Skip to content

Commit

Permalink
arm64: dts: qcom: sdm845: rename dwc3@ nodes to usb@
Browse files Browse the repository at this point in the history
Change naming convetion to comply with dt-schema.

Fixes warnings as:
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: usb@a8f8800: 'dma-ranges', 'dwc3@a800000' do not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+'
        From schema: Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: dwc3@a800000: $nodename:0: 'dwc3@a800000' does not match '^usb(@.*)?'
        From schema: Documentation/devicetree/bindings/usb/snps,dwc3.yaml

Signed-off-by: David Heidelberg <[email protected]>
  • Loading branch information
okias committed Apr 24, 2022
1 parent ac1f4ba commit a077f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sdm845.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3868,7 +3868,7 @@
<&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_USB3_0 0>;
interconnect-names = "usb-ddr", "apps-usb";

usb_1_dwc3: dwc3@a600000 {
usb_1_dwc3: usb@a600000 {
compatible = "snps,dwc3";
reg = <0 0x0a600000 0 0xcd00>;
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
Expand Down Expand Up @@ -3916,7 +3916,7 @@
<&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_USB3_1 0>;
interconnect-names = "usb-ddr", "apps-usb";

usb_2_dwc3: dwc3@a800000 {
usb_2_dwc3: usb@a800000 {
compatible = "snps,dwc3";
reg = <0 0x0a800000 0 0xcd00>;
interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
Expand Down

0 comments on commit a077f71

Please sign in to comment.