Skip to content

Commit 24cf6ee

Browse files
lkundrakarndb
authored andcommitted
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: Lubomir Rintel <[email protected]> Cc: <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 233cbff commit 24cf6ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@
202202
};
203203

204204
hsic_phy0: hsic-phy@f0001800 {
205-
compatible = "marvell,mmp3-hsic-phy",
206-
"usb-nop-xceiv";
205+
compatible = "marvell,mmp3-hsic-phy";
207206
reg = <0xf0001800 0x40>;
208207
#phy-cells = <0>;
209208
status = "disabled";
@@ -224,8 +223,7 @@
224223
};
225224

226225
hsic_phy1: hsic-phy@f0002800 {
227-
compatible = "marvell,mmp3-hsic-phy",
228-
"usb-nop-xceiv";
226+
compatible = "marvell,mmp3-hsic-phy";
229227
reg = <0xf0002800 0x40>;
230228
#phy-cells = <0>;
231229
status = "disabled";

0 commit comments

Comments
 (0)