arm64: dts: rockchip: enable usb2phy on px30-evb
authorHeiko Stuebner <heiko@sntech.de>
Tue, 17 Sep 2019 08:26:59 +0000 (10:26 +0200)
committerHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Tue, 5 Nov 2019 19:44:43 +0000 (20:44 +0100)
Enable the phy node ion the px30 evb board.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20190917082659.25549-13-heiko@sntech.de
arch/arm64/boot/dts/rockchip/px30-evb.dts

index 1185a31..936ed7d 100644 (file)
        status = "okay";
 };
 
+&u2phy {
+       status = "okay";
+
+       u2phy_host: host-port {
+               status = "okay";
+       };
+
+       u2phy_otg: otg-port {
+               status = "okay";
+       };
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart1_xfer &uart1_cts>;