Merge branch 'mmp/fixes' into arm/dt
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:37:22 +0000 (23:37 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:37:22 +0000 (23:37 +0200)
These were queued for v5.7 as bugfixes, merge them
here as well to resolve the conflicts.

* mmp/fixes:
  ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy
  ARM: dts: mmp3-dell-ariel: Fix the SPI devices
  ARM: dts: mmp3: Use the MMP3 compatible string for /clocks

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
arch/arm/boot/dts/mmp3.dtsi

                                status = "disabled";
                        };
  
 -                      hsic_phy0: hsic-phy@f0001800 {
 +                      hsic_phy0: usb-phy@f0001800 {
-                               compatible = "marvell,mmp3-hsic-phy",
-                                            "usb-nop-xceiv";
+                               compatible = "marvell,mmp3-hsic-phy";
                                reg = <0xf0001800 0x40>;
                                #phy-cells = <0>;
                                status = "disabled";
                                status = "disabled";
                        };
  
 -                      hsic_phy1: hsic-phy@f0002800 {
 +                      hsic_phy1: usb-phy@f0002800 {
-                               compatible = "marvell,mmp3-hsic-phy",
-                                            "usb-nop-xceiv";
+                               compatible = "marvell,mmp3-hsic-phy";
                                reg = <0xf0002800 0x40>;
                                #phy-cells = <0>;
                                status = "disabled";