diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-12-15 06:00:03 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-12-16 12:03:48 -0500 |
commit | c301b327aea898af558b2387252a2f5fc0117dee (patch) | |
tree | b63c584006c5d192be06d03b44188f9022c07d3b | |
parent | b7e63d95c14dcc264f9d7cedf46a3fd197db65f8 (diff) |
arm64: dts: rockchip: add usb3-phy otg-port support for rk3399
Add the usb3 phyter for the USB3.0 OTG controller.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index b4511503878b..7aa2144e0d47 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi | |||
@@ -411,8 +411,8 @@ | |||
411 | reg = <0x0 0xfe800000 0x0 0x100000>; | 411 | reg = <0x0 0xfe800000 0x0 0x100000>; |
412 | interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH 0>; | 412 | interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH 0>; |
413 | dr_mode = "otg"; | 413 | dr_mode = "otg"; |
414 | phys = <&u2phy0_otg>; | 414 | phys = <&u2phy0_otg>, <&tcphy0_usb3>; |
415 | phy-names = "usb2-phy"; | 415 | phy-names = "usb2-phy", "usb3-phy"; |
416 | phy_type = "utmi_wide"; | 416 | phy_type = "utmi_wide"; |
417 | snps,dis_enblslpm_quirk; | 417 | snps,dis_enblslpm_quirk; |
418 | snps,dis-u2-freeclk-exists-quirk; | 418 | snps,dis-u2-freeclk-exists-quirk; |
@@ -444,8 +444,8 @@ | |||
444 | reg = <0x0 0xfe900000 0x0 0x100000>; | 444 | reg = <0x0 0xfe900000 0x0 0x100000>; |
445 | interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH 0>; | 445 | interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH 0>; |
446 | dr_mode = "otg"; | 446 | dr_mode = "otg"; |
447 | phys = <&u2phy1_otg>; | 447 | phys = <&u2phy1_otg>, <&tcphy1_usb3>; |
448 | phy-names = "usb2-phy"; | 448 | phy-names = "usb2-phy", "usb3-phy"; |
449 | phy_type = "utmi_wide"; | 449 | phy_type = "utmi_wide"; |
450 | snps,dis_enblslpm_quirk; | 450 | snps,dis_enblslpm_quirk; |
451 | snps,dis-u2-freeclk-exists-quirk; | 451 | snps,dis-u2-freeclk-exists-quirk; |