arm64: dts: mesong12_odroid_common: Set extcon state for dwc2_a cable as always true 73/248873/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 3 Dec 2020 03:55:02 +0000 (12:55 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 3 Dec 2020 03:56:41 +0000 (12:56 +0900)
Since this, extcon state for dwc2_a, dwc_otg udc becomes always
'USB=1'.

Note: odroid-c4/n2 connects usb_dwc2_a_id to usb connector id
and usb_dwc2_a_vbus to usb connector vbus, so usb connect event
can be detected including otg host and peripheral recognition.
But the detection is possible to after configuration gadget on
the udc, so in Tizen, it does not work because Tizen deviced
waits usb connection to configure gadget on the udc. Because of
this constraint in Tizen deviced, as a workaround, set extcon
state for dwc2_a usb cable as connected.

Change-Id: I755b3385f21d7ac49673afea291e4a43497be030
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/boot/dts/amlogic/mesong12_odroid_common.dtsi

index f0abf6b..1c4f43d 100644 (file)
        status = "okay";
        /** 0: normal, 1: otg+dwc3 host only, 2: otg+dwc3 device only*/
        controller-type = <3>;
+       g-extcon-always-on;
 };
 
 &pcie_A {