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 <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200515202520.1487514-1-martin.blumenstingl@googlemail.com
This commit is contained in:
Martin Blumenstingl 2020-05-15 22:25:20 +02:00 committed by Kevin Hilman
parent 9530dcf108
commit f5a7382d6f
1 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,14 @@
compatible = "amlogic,meson8m2-saradc", "amlogic,meson-saradc";
};
&usb0_phy {
compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
};
&usb1_phy {
compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
};
&wdt {
compatible = "amlogic,meson8m2-wdt", "amlogic,meson8b-wdt";
};