ARM64: dts: artik710_raptor: Enable extcon notifcation for usb connection
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 30 Oct 2017 06:05:16 +0000 (15:05 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:34 +0000 (11:25 +0900)
ARTIK710 has no specific peripheral for detecting USB connection,
but Tizen requires uevent on USB cable connection for executing SDB
daemon. To generate uevent for USB connection in dwc2 gadget driver
directly, this patch allows extcon notification feature.

Change-Id: I8a2f6749d763cdeb2272e5a0e6ac17d5b9dc9407
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi

index 850cd81ffc574e30379b922545c795a599b0a550..5c7cae36680264459fdf9d265b012658c601fb1c 100644 (file)
 
                dwc2otg@c0040000 {
                        gpios = <&gpio_a 15 0>;
+                       g-extcon-notify;
                        status = "okay";
                };