Skip to content

Commit f5a7382

Browse files
xdarklightkhilman
authored andcommitted
ARM: dts: meson8m2: Use the Meson8m2 specific USB2 PHY compatible
Use the Meson8m2 specific USB2 PHY compatible string. The 3.10 vendor kernel has at least one known difference between Meson8 and Meson8m2: Meson8m2 sets the ACA_ENABLE bit while Meson8 doesn't. Signed-off-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9530dcf commit f5a7382

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/meson8m2.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@
6464
compatible = "amlogic,meson8m2-saradc", "amlogic,meson-saradc";
6565
};
6666

67+
&usb0_phy {
68+
compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
69+
};
70+
71+
&usb1_phy {
72+
compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
73+
};
74+
6775
&wdt {
6876
compatible = "amlogic,meson8m2-wdt", "amlogic,meson8b-wdt";
6977
};

0 commit comments

Comments
 (0)