ARM: dts: exynos4412-trats: Add extcon-port dt node to support legacy jack interface
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 28 Jul 2014 08:26:29 +0000 (17:26 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:14 +0000 (12:00 +0900)
This patch add extcon-port dt node to support legacy jack interface which
notify jack vent to tizen platform.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm/boot/dts/exynos4412-trats2.dts

index 944c574..fa251f1 100644 (file)
                power-gpio = <&gpx2 7 1>;
                extcon = <&max_muic>;
        };
+
+       jack {
+               compatible = "samsung,extcon-port";
+               extcon = <&max_muic>;
+
+               samsung,extcon-online-usb;
+               samsung,extcon-online-charger;
+       };
 };
 
 &pinctrl_1 {