From: William Wu Date: Mon, 7 Nov 2016 12:08:49 +0000 (+0800) Subject: arm64: dts: rockchip: add usb2-phy otg-port support for rk3399 X-Git-Tag: v4.10-rc1~81^2~3^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fe7f2de1c6ca27548559f75e34682506dea6bd07;p=karo-tx-linux.git arm64: dts: rockchip: add usb2-phy otg-port support for rk3399 Add otg-port nodes for both u2phy0 and u2phy1. The otg-port can be used for USB2.0 part of USB3.0 OTG controller. Signed-off-by: William Wu Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index fc30b57ac557..0ee4220ddf08 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1128,6 +1128,16 @@ interrupt-names = "linestate"; status = "disabled"; }; + + u2phy0_otg: otg-port { + #phy-cells = <0>; + interrupts = , + , + ; + interrupt-names = "otg-bvalid", "otg-id", + "linestate"; + status = "disabled"; + }; }; u2phy1: usb2-phy@e460 { @@ -1145,6 +1155,16 @@ interrupt-names = "linestate"; status = "disabled"; }; + + u2phy1_otg: otg-port { + #phy-cells = <0>; + interrupts = , + , + ; + interrupt-names = "otg-bvalid", "otg-id", + "linestate"; + status = "disabled"; + }; }; emmc_phy: phy@f780 {