summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/cn9130-db.dts
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-03-07 18:33:43 +0200
committerRussell King <rmk+kernel@armlinux.org.uk>2021-05-01 16:20:02 +0100
commit3b5608b6893bd7ae46db618826a31edf2e581b46 (patch)
tree3f6ea5ade99781fcf3196e44a9d4a5a83764957b /arch/arm64/boot/dts/marvell/cn9130-db.dts
parentb03df7255d3b2dba8f6a5f121f6d9b1cb6fd52f5 (diff)
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/cn9130-db.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/cn9130-db.dts12
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/cn9130-db.dts b/arch/arm64/boot/dts/marvell/cn9130-db.dts
index ce49a70d88a0..62fa6ecc0acd 100644
--- a/arch/arm64/boot/dts/marvell/cn9130-db.dts
+++ b/arch/arm64/boot/dts/marvell/cn9130-db.dts
@@ -390,14 +390,22 @@
};
};
+&cp0_utmi {
+ status = "okay";
+};
+
&cp0_usb3_0 {
status = "okay";
usb-phy = <&cp0_usb3_0_phy0>;
- phy-names = "usb";
+ phys = <&cp0_utmi0>;
+ phy-names = "utmi";
+ dr_mode = "host";
};
&cp0_usb3_1 {
status = "okay";
usb-phy = <&cp0_usb3_0_phy1>;
- phy-names = "usb";
+ phys = <&cp0_utmi1>;
+ phy-names = "utmi";
+ dr_mode = "host";
};