Skip to content

Commit 019e7db

Browse files
Hoegeun Kwonkrzk
authored andcommitted
arm64: dts: exynos: Add support for s6e3hf2 panel device on TM2e board
This patch adds the panel device tree node for s6e3hf2 display controller to TM2e dts. Signed-off-by: Hoegeun Kwon <[email protected]> Reviewed-by: Andrzej Hajda <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent e3c0754 commit 019e7db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
assigned-clock-rates = <278000000>, <400000000>;
5353
};
5454

55+
&dsi {
56+
panel@0 {
57+
compatible = "samsung,s6e3hf2";
58+
reg = <0>;
59+
vdd3-supply = <&ldo27_reg>;
60+
vci-supply = <&ldo28_reg>;
61+
reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
62+
enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>;
63+
};
64+
};
65+
5566
&ldo31_reg {
5667
regulator-name = "TSP_VDD_1.8V_AP";
5768
regulator-min-microvolt = <1800000>;

0 commit comments

Comments
 (0)