[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200419171157.672999-11-lkundrak@v3.sk>
Date: Sun, 19 Apr 2020 19:11:52 +0200
From: Lubomir Rintel <lkundrak@...sk>
To: soc@...nel.org
Cc: Olof Johansson <olof@...om.net>, Arnd Bergmann <arnd@...db.de>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
Daniel Mack <daniel@...que.org>,
Haojian Zhuang <haojian.zhuang@...il.com>,
Robert Jarzmik <robert.jarzmik@...e.fr>,
linux-kernel@...r.kernel.org, Lubomir Rintel <lkundrak@...sk>,
Andrew Lunn <andrew@...n.ch>
Subject: [PATCH 10/15] ARM: dts: mmp3: Fix USB & USB PHY node names
There are better generic ones and the validation is going to complain:
mmp3-dell-ariel.dt.yaml: hsic@...01000: $nodename:0: 'hsic@...01000'
does not match '^usb(@.*)?'
mmp3-dell-ariel.dt.yaml: hsic@...02000: $nodename:0: 'hsic@...02000'
does not match '^usb(@.*)?'
...
Signed-off-by: Lubomir Rintel <lkundrak@...sk>
Reviewed-by: Andrew Lunn <andrew@...n.ch>
---
arch/arm/boot/dts/mmp3.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index 531e1d85d5fa6..a4d8d846f81af 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -183,14 +183,14 @@ hsi0_mux: interrupt-controller@...821d0 {
mrvl,intc-nr-irqs = <5>;
};
- usb_otg_phy0: usb-otg-phy@...07000 {
+ usb_otg_phy0: usb-phy@...07000 {
compatible = "marvell,mmp3-usb-phy";
reg = <0xd4207000 0x40>;
#phy-cells = <0>;
status = "disabled";
};
- usb_otg0: usb-otg@...08000 {
+ usb_otg0: usb@...08000 {
compatible = "marvell,pxau2o-ehci";
reg = <0xd4208000 0x200>;
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
@@ -201,7 +201,7 @@ usb_otg0: usb-otg@...08000 {
status = "disabled";
};
- hsic_phy0: hsic-phy@...01800 {
+ hsic_phy0: usb-phy@...01800 {
compatible = "marvell,mmp3-hsic-phy",
"usb-nop-xceiv";
reg = <0xf0001800 0x40>;
@@ -209,7 +209,7 @@ hsic_phy0: hsic-phy@...01800 {
status = "disabled";
};
- hsic0: hsic@...01000 {
+ hsic0: usb@...01000 {
compatible = "marvell,pxau2o-ehci";
reg = <0xf0001000 0x200>;
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
@@ -223,7 +223,7 @@ hsic0: hsic@...01000 {
status = "disabled";
};
- hsic_phy1: hsic-phy@...02800 {
+ hsic_phy1: usb-phy@...02800 {
compatible = "marvell,mmp3-hsic-phy",
"usb-nop-xceiv";
reg = <0xf0002800 0x40>;
@@ -231,7 +231,7 @@ hsic_phy1: hsic-phy@...02800 {
status = "disabled";
};
- hsic1: hsic@...02000 {
+ hsic1: usb@...02000 {
compatible = "marvell,pxau2o-ehci";
reg = <0xf0002000 0x200>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
--
2.26.0
Powered by blists - more mailing lists