Skip to content

Commit

Permalink
ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy
Browse files Browse the repository at this point in the history
"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: Lubomir Rintel <lkundrak@v3.sk>
Cc: <stable@vger.kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Lubomir Rintel authored and Arnd Bergmann committed May 21, 2020
1 parent 233cbff commit 24cf6ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/arm/boot/dts/mmp3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@
};

hsic_phy0: hsic-phy@f0001800 {
compatible = "marvell,mmp3-hsic-phy",
"usb-nop-xceiv";
compatible = "marvell,mmp3-hsic-phy";
reg = <0xf0001800 0x40>;
#phy-cells = <0>;
status = "disabled";
Expand All @@ -224,8 +223,7 @@
};

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

0 comments on commit 24cf6ee

Please sign in to comment.