OSDN Git Service

ARM: dts: exynos: Correct Trats2 panel reset line
authorSimon Shields <simon@lineageos.org>
Tue, 21 Nov 2017 11:24:24 +0000 (22:24 +1100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 27 Nov 2017 18:12:23 +0000 (19:12 +0100)
Trats2 uses gpf2-1 as the panel reset GPIO. gpy4-5 was only used
on early revisions of the board.

Fixes: 420ae8451a22 ("ARM: dts: exynos4412-trats2: add panel node")
Signed-off-by: Simon Shields <simon@lineageos.org>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4412-trats2.dts

index 220cdf1..9f4672b 100644 (file)
                reg = <0>;
                vdd3-supply = <&lcd_vdd3_reg>;
                vci-supply = <&ldo25_reg>;
-               reset-gpios = <&gpy4 5 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpf2 1 GPIO_ACTIVE_HIGH>;
                power-on-delay= <50>;
                reset-delay = <100>;
                init-delay = <100>;