summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/cn9131-db.dts
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-03-07 18:33:43 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2021-04-02 22:43:51 +0200
commit99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1 (patch)
tree22c034bb9911acfbcbb26535f2ed288b3c4ae50b /arch/arm64/boot/dts/marvell/cn9131-db.dts
parent69770919d22f385cf00152d5a8d621d1f3040cd6 (diff)
downloadlinux-stable-99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1.tar.gz
linux-stable-99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1.tar.bz2
linux-stable-99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1.zip
arm64: dts: marvell: enable CP110 UTMI PHY usage
Enable support for CP110 UTMI PHY in Armada SoC family platform device trees. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/cn9131-db.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/cn9131-db.dts9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/cn9131-db.dts b/arch/arm64/boot/dts/marvell/cn9131-db.dts
index 3c975f98b2a3..ba2d4e1da159 100644
--- a/arch/arm64/boot/dts/marvell/cn9131-db.dts
+++ b/arch/arm64/boot/dts/marvell/cn9131-db.dts
@@ -193,10 +193,15 @@
};
/* CON58 */
+&cp1_utmi {
+ status = "okay";
+};
+
&cp1_usb3_1 {
status = "okay";
usb-phy = <&cp1_usb3_0_phy0>;
/* Generic PHY, providing serdes lanes */
- phys = <&cp1_comphy3 1>;
- phy-names = "usb";
+ phys = <&cp1_comphy3 1>, <&cp1_utmi1>;
+ phy-names = "usb", "utmi";
+ dr_mode = "host";
};