arm: dts: artik530_raptor: Enable extcon notification for usb connection
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 16 Oct 2017 07:03:02 +0000 (16:03 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:32 +0000 (11:25 +0900)
ARTIK530 has no extra peripheral for detecting USB cable connection,
but Tizen requires uevent on USB cable connection for enabling SDB
and MTP. To generate uevent for USB connection in dwc2 gadget driver
directly, this patch allows extcon notification of it.

Change-Id: I3d5b43c961b2f7c7f6d24294c2e34ba730495f3c
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
arch/arm/boot/dts/s5p4418-artik530-raptor-common.dtsi

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