Commit 24cf6eef authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann

ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy

"usb-nop-xceiv" is good enough if we don't lose the configuration done
by the firmware, but we'd really prefer a real driver.

Unfortunately, the PHY core is odd in that when the node is compatible
with "usb-nop-xceiv", it ignores the other compatible strings. Let's
just remove it.
Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 233cbffa
...@@ -202,8 +202,7 @@ usb_otg0: usb-otg@d4208000 { ...@@ -202,8 +202,7 @@ usb_otg0: usb-otg@d4208000 {
}; };
hsic_phy0: hsic-phy@f0001800 { hsic_phy0: hsic-phy@f0001800 {
compatible = "marvell,mmp3-hsic-phy", compatible = "marvell,mmp3-hsic-phy";
"usb-nop-xceiv";
reg = <0xf0001800 0x40>; reg = <0xf0001800 0x40>;
#phy-cells = <0>; #phy-cells = <0>;
status = "disabled"; status = "disabled";
...@@ -224,8 +223,7 @@ hsic0: hsic@f0001000 { ...@@ -224,8 +223,7 @@ hsic0: hsic@f0001000 {
}; };
hsic_phy1: hsic-phy@f0002800 { hsic_phy1: hsic-phy@f0002800 {
compatible = "marvell,mmp3-hsic-phy", compatible = "marvell,mmp3-hsic-phy";
"usb-nop-xceiv";
reg = <0xf0002800 0x40>; reg = <0xf0002800 0x40>;
#phy-cells = <0>; #phy-cells = <0>;
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment