ODROID-N2: arm64/dts: add missing USB3 phy node entry
authorDongjin Kim <tobetter@gmail.com>
Sat, 11 Jul 2020 12:51:27 +0000 (21:51 +0900)
committerDongjin Kim <tobetter@gmail.com>
Sat, 11 Jul 2020 12:51:27 +0000 (21:51 +0900)
Change-Id: I38f3dfd4a0024de93d9816cfe4f71679666d833b
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi

index 71d4848..8db833c 100644 (file)
                cs_gpios = <&gpio BOOT_14 GPIO_ACTIVE_LOW>;
        };
 };
+
+&usb3_phy_v2 {
+       status = "okay";
+       portnum = <1>;
+       otg = <1>;
+       gpio-vbus-power = "GPIOH_6";
+       gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
+};