diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2021-03-07 19:33:43 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2021-04-02 23:43:51 +0300 |
commit | 99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1 (patch) | |
tree | 22c034bb9911acfbcbb26535f2ed288b3c4ae50b /arch/arm64/boot/dts/marvell/cn9130-db.dts | |
parent | 69770919d22f385cf00152d5a8d621d1f3040cd6 (diff) | |
download | linux-99fa8ac5c0f1cf781194dbd04fcd162f4392a9b1.tar.xz |
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.dts | 12 |
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 79020e6d2792..2c2af001619b 100644 --- a/arch/arm64/boot/dts/marvell/cn9130-db.dts +++ b/arch/arm64/boot/dts/marvell/cn9130-db.dts @@ -392,14 +392,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"; }; |