Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: dts: akebono: Harmonize EHCI/OHCI DT nodes name

In accordance with the Generic EHCI/OHCI bindings the corresponding node
name is suppose to comply with the Generic USB HCD DT schema, which
requires the USB nodes to have the name acceptable by the regexp:
"^usb(@.*)?" . Make sure the "generic-ehci" and "generic-ohci"-compatible
nodes are correctly named.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240222174456.25903-2-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Serge Semin and committed by
Greg Kroah-Hartman
19e7b35d 55c3d039

+3 -3
+3 -3
arch/powerpc/boot/dts/akebono.dts
··· 126 126 interrupts = <93 2>; 127 127 }; 128 128 129 - EHCI0: ehci@30010000000 { 129 + EHCI0: usb@30010000000 { 130 130 compatible = "ibm,476gtr-ehci", "generic-ehci"; 131 131 reg = <0x300 0x10000000 0x0 0x10000>; 132 132 interrupt-parent = <&MPIC>; ··· 140 140 interrupt-parent = <&MPIC>; 141 141 }; 142 142 143 - OHCI0: ohci@30010010000 { 143 + OHCI0: usb@30010010000 { 144 144 compatible = "ibm,476gtr-ohci", "generic-ohci"; 145 145 reg = <0x300 0x10010000 0x0 0x10000>; 146 146 interrupt-parent = <&MPIC>; 147 147 interrupts = <89 1>; 148 148 }; 149 149 150 - OHCI1: ohci@30010020000 { 150 + OHCI1: usb@30010020000 { 151 151 compatible = "ibm,476gtr-ohci", "generic-ohci"; 152 152 reg = <0x300 0x10020000 0x0 0x10000>; 153 153 interrupt-parent = <&MPIC>;