arm64: dts: VIM3/VIM3L: change dwc2 usb mode to device mode
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 2 Dec 2020 06:44:43 +0000 (15:44 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 2 Dec 2020 06:44:43 +0000 (15:44 +0900)
Like kvim3/kvim3l android-pie kernel, change dwc2 usb mode to
device mode for usb sdb in Tizen.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/boot/dts/amlogic/kvim3_linux.dts
arch/arm64/boot/dts/amlogic/kvim3l_linux.dts

index 5183c62..f745c4b 100644 (file)
 &dwc2_a {
        status = "okay";
        /** 0: normal, 1: otg+dwc3 host only, 2: otg+dwc3 device only*/
-       controller-type = <3>;
+       controller-type = <2>;
 };
 
 &ethmac {
index 3029e16..7cc2f06 100644 (file)
 &dwc2_a {
        status = "okay";
        /** 0: normal, 1: otg+dwc3 host only, 2: otg+dwc3 device only*/
-       controller-type = <3>;
+       controller-type = <2>;
 };
 
 &ethmac {