aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyungwon Hwang <[email protected]>2017-03-08 10:42:37 +0900
committerKrzysztof Kozlowski <[email protected]>2017-03-08 08:47:27 +0200
commit5be7ade3020490b891fcdef1c92ca28fa0983ab7 (patch)
tree5c4254768ce895f6b05a023c95d88f39b2dab8d2
parent2b17d2f8bc55e0abe5f03fda065d73cfcf465e5c (diff)
arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board
This patch add the panel device tree node for S6E3HA2 display controller to TM2 dts. Signed-off-by: Hyungwon Hwang <[email protected]> Signed-off-by: Andrzej Hajda <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]> Signed-off-by: Hoegeun Kwon <[email protected]> Tested-by: Chanwoo Choi <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r--arch/arm64/boot/dts/exynos/exynos5433-tm2.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index 75274b3afbd3..3ff95277a8ec 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -52,6 +52,18 @@
assigned-clock-rates = <250000000>, <400000000>;
};
+&dsi {
+ panel@0 {
+ compatible = "samsung,s6e3ha2";
+ reg = <0>;
+ vdd3-supply = <&ldo27_reg>;
+ vci-supply = <&ldo28_reg>;
+ reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
+ enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>;
+ te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
+ };
+};
+
&hsi2c_9 {
status = "okay";