diff options
author | Dongwoo Lee <dwoo08.lee@samsung.com> | 2020-02-18 18:19:40 +0900 |
---|---|---|
committer | Dongwoo Lee <dwoo08.lee@samsung.com> | 2020-02-18 18:31:54 +0900 |
commit | e390ac8574d0e0b0f6d505039279708c2cb95639 (patch) | |
tree | 21cccb914b64fde7fab9ee17798489b06729e80a | |
parent | 2303b36733f74da55be7faec8d5db53576bcf1e0 (diff) | |
download | linux-artik7-e390ac8574d0e0b0f6d505039279708c2cb95639.tar.gz linux-artik7-e390ac8574d0e0b0f6d505039279708c2cb95639.tar.bz2 linux-artik7-e390ac8574d0e0b0f6d505039279708c2cb95639.zip |
ARM64: dts: artik710_raptor: Set extcon state for dwc2 cable as always truesubmit/tizen/20200221.073300accepted/tizen/unified/20200224.081509
Since this, extcon state for dwc2 udc becomes always 'USB=1'.
Change-Id: Ibda892bf860bbfee21210681370fd658eeb55199
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
-rw-r--r-- | arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi b/arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi index 70f58f046e33..a6d8b588dfca 100644 --- a/arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi +++ b/arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi @@ -144,6 +144,7 @@ dwc2otg@c0040000 { gpios = <&gpio_a 15 0>; + g-extcon-always-on; status = "okay"; }; |