ARM: dts: mmp3: Fix USB & USB PHY node names
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:52 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:31:45 +0000 (23:31 +0200)
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 <lkundrak@v3.sk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mmp3.dtsi

index 531e1d85d5fa6a4de0e2ab727dba2a9c553dc106..a4d8d846f81af6b550f89bd1511975e88a0851c0 100644 (file)
                                mrvl,intc-nr-irqs = <5>;
                        };
 
-                       usb_otg_phy0: usb-otg-phy@d4207000 {
+                       usb_otg_phy0: usb-phy@d4207000 {
                                compatible = "marvell,mmp3-usb-phy";
                                reg = <0xd4207000 0x40>;
                                #phy-cells = <0>;
                                status = "disabled";
                        };
 
-                       usb_otg0: usb-otg@d4208000 {
+                       usb_otg0: usb@d4208000 {
                                compatible = "marvell,pxau2o-ehci";
                                reg = <0xd4208000 0x200>;
                                interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };
 
-                       hsic_phy0: hsic-phy@f0001800 {
+                       hsic_phy0: usb-phy@f0001800 {
                                compatible = "marvell,mmp3-hsic-phy",
                                             "usb-nop-xceiv";
                                reg = <0xf0001800 0x40>;
                                status = "disabled";
                        };
 
-                       hsic0: hsic@f0001000 {
+                       hsic0: usb@f0001000 {
                                compatible = "marvell,pxau2o-ehci";
                                reg = <0xf0001000 0x200>;
                                interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };
 
-                       hsic_phy1: hsic-phy@f0002800 {
+                       hsic_phy1: usb-phy@f0002800 {
                                compatible = "marvell,mmp3-hsic-phy",
                                             "usb-nop-xceiv";
                                reg = <0xf0002800 0x40>;
                                status = "disabled";
                        };
 
-                       hsic1: hsic@f0002000 {
+                       hsic1: usb@f0002000 {
                                compatible = "marvell,pxau2o-ehci";
                                reg = <0xf0002000 0x200>;
                                interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;