projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8176ccc
)
ARM: dts: exynos4412-trats: Add extcon-port dt node to support legacy jack interface
author
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 28 Jul 2014 08:26:29 +0000
(17:26 +0900)
committer
Chanho Park
<chanho61.park@samsung.com>
Fri, 8 Aug 2014 06:25:40 +0000
(15:25 +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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos4412-trats2.dts
b/arch/arm/boot/dts/exynos4412-trats2.dts
index
944c574
..
fa251f1
100644
(file)
--- a/
arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/
arch/arm/boot/dts/exynos4412-trats2.dts
@@
-1534,6
+1534,14
@@
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 {