[PATCH 16/29] arm: dts: bcm5301x: Harmonize xHCI DT nodes name
Serge Semin
Sergey.Semin at baikalelectronics.ru
Tue Oct 20 07:59:46 EDT 2020
In accordance with the Generic xHCI 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-xhci"-compatible nodes are
correctly named.
Signed-off-by: Serge Semin <Sergey.Semin at baikalelectronics.ru>
---
arch/arm/boot/dts/bcm5301x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi
index bf5656d79a55..cf89a44673c5 100644
--- a/arch/arm/boot/dts/bcm5301x.dtsi
+++ b/arch/arm/boot/dts/bcm5301x.dtsi
@@ -314,7 +314,7 @@ usb3: usb3 at 23000 {
interrupt-parent = <&gic>;
- xhci: xhci at 23000 {
+ xhci: usb at 23000 {
#usb-cells = <0>;
compatible = "generic-xhci";
--
2.27.0
More information about the linux-arm-kernel
mailing list