Skip to content

Commit bbbea1f

Browse files
lkundrakarndb
authored andcommitted
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@f0001000: $nodename:0: 'hsic@f0001000' does not match '^usb(@.*)?' mmp3-dell-ariel.dt.yaml: hsic@f0002000: $nodename:0: 'hsic@f0002000' does not match '^usb(@.*)?' ... Signed-off-by: Lubomir Rintel <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 7df3a1e commit bbbea1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@
183183
mrvl,intc-nr-irqs = <5>;
184184
};
185185

186-
usb_otg_phy0: usb-otg-phy@d4207000 {
186+
usb_otg_phy0: usb-phy@d4207000 {
187187
compatible = "marvell,mmp3-usb-phy";
188188
reg = <0xd4207000 0x40>;
189189
#phy-cells = <0>;
190190
status = "disabled";
191191
};
192192

193-
usb_otg0: usb-otg@d4208000 {
193+
usb_otg0: usb@d4208000 {
194194
compatible = "marvell,pxau2o-ehci";
195195
reg = <0xd4208000 0x200>;
196196
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
@@ -201,15 +201,15 @@
201201
status = "disabled";
202202
};
203203

204-
hsic_phy0: hsic-phy@f0001800 {
204+
hsic_phy0: usb-phy@f0001800 {
205205
compatible = "marvell,mmp3-hsic-phy",
206206
"usb-nop-xceiv";
207207
reg = <0xf0001800 0x40>;
208208
#phy-cells = <0>;
209209
status = "disabled";
210210
};
211211

212-
hsic0: hsic@f0001000 {
212+
hsic0: usb@f0001000 {
213213
compatible = "marvell,pxau2o-ehci";
214214
reg = <0xf0001000 0x200>;
215215
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
@@ -223,15 +223,15 @@
223223
status = "disabled";
224224
};
225225

226-
hsic_phy1: hsic-phy@f0002800 {
226+
hsic_phy1: usb-phy@f0002800 {
227227
compatible = "marvell,mmp3-hsic-phy",
228228
"usb-nop-xceiv";
229229
reg = <0xf0002800 0x40>;
230230
#phy-cells = <0>;
231231
status = "disabled";
232232
};
233233

234-
hsic1: hsic@f0002000 {
234+
hsic1: usb@f0002000 {
235235
compatible = "marvell,pxau2o-ehci";
236236
reg = <0xf0002000 0x200>;
237237
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)