projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac959c
)
arm64: dts: juno: Use proper DT node name for USB
author
Andre Przywara
<andre.przywara@arm.com>
Wed, 13 May 2020 10:30:08 +0000
(11:30 +0100)
committer
Sudeep Holla
<sudeep.holla@arm.com>
Mon, 18 May 2020 16:08:54 +0000
(17:08 +0100)
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/20200513103016.130417-13-andre.przywara@arm.com
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/juno-base.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/arm/juno-base.dtsi
b/arch/arm64/boot/dts/arm/juno-base.dtsi
index dfb2fef3703007ea18025e2c2e1d791cad01fac0..2b34661d426c6b00d1ca77cd35e121e0ea2a9cf2 100644
(file)
--- a/
arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/
arch/arm64/boot/dts/arm/juno-base.dtsi
@@
-768,7
+768,7
@@
};
};
-
ohci
@7ffb0000 {
+
usb
@7ffb0000 {
compatible = "generic-ohci";
reg = <0x0 0x7ffb0000 0x0 0x10000>;
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
@@
-776,7
+776,7
@@
clocks = <&soc_usb48mhz>;
};
-
ehci
@7ffc0000 {
+
usb
@7ffc0000 {
compatible = "generic-ehci";
reg = <0x0 0x7ffc0000 0x0 0x10000>;
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;