Skip to content

Commit edfac96

Browse files
Andre-ARMsudeep-holla
authored andcommitted
arm64: dts: juno: Use proper DT node name for USB
The EHCI/OCHI DT binding requires to use "usb" as the node name stub. Replace the existing name with "usb" to comply with the binding. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andre Przywara <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent fac959c commit edfac96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,15 +768,15 @@
768768
};
769769
};
770770

771-
ohci@7ffb0000 {
771+
usb@7ffb0000 {
772772
compatible = "generic-ohci";
773773
reg = <0x0 0x7ffb0000 0x0 0x10000>;
774774
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
775775
iommus = <&smmu_usb 0>;
776776
clocks = <&soc_usb48mhz>;
777777
};
778778

779-
ehci@7ffc0000 {
779+
usb@7ffc0000 {
780780
compatible = "generic-ehci";
781781
reg = <0x0 0x7ffc0000 0x0 0x10000>;
782782
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)