Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Enric Balletbo i Serra and committed by
Heiko Stuebner
c301b327 b7e63d95

+4 -4
+4 -4
arch/arm64/boot/dts/rockchip/rk3399.dtsi
··· 411 411 reg = <0x0 0xfe800000 0x0 0x100000>; 412 412 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH 0>; 413 413 dr_mode = "otg"; 414 - phys = <&u2phy0_otg>; 415 - phy-names = "usb2-phy"; 414 + phys = <&u2phy0_otg>, <&tcphy0_usb3>; 415 + phy-names = "usb2-phy", "usb3-phy"; 416 416 phy_type = "utmi_wide"; 417 417 snps,dis_enblslpm_quirk; 418 418 snps,dis-u2-freeclk-exists-quirk; ··· 444 444 reg = <0x0 0xfe900000 0x0 0x100000>; 445 445 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH 0>; 446 446 dr_mode = "otg"; 447 - phys = <&u2phy1_otg>; 448 - phy-names = "usb2-phy"; 447 + phys = <&u2phy1_otg>, <&tcphy1_usb3>; 448 + phy-names = "usb2-phy", "usb3-phy"; 449 449 phy_type = "utmi_wide"; 450 450 snps,dis_enblslpm_quirk; 451 451 snps,dis-u2-freeclk-exists-quirk;