ARM: dts: exynos: Fix polarity of panel reset gpio in Rinato
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 15 Jun 2017 10:03:29 +0000 (19:03 +0900)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 16 Jun 2017 16:17:23 +0000 (18:17 +0200)
This reset gpio is active low, therefore fix from active high to low.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250-rinato.dts

index 118235b..443e0c9 100644 (file)
                reg = <0>;
                vdd3-supply = <&ldo16_reg>;
                vci-supply = <&ldo20_reg>;
-               reset-gpios = <&gpe0 1 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpe0 1 GPIO_ACTIVE_LOW>;
                te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
                power-on-delay= <30>;
                power-off-delay= <120>;