From: Hoegeun Kwon Date: Thu, 15 Jun 2017 10:03:29 +0000 (+0900) Subject: ARM: dts: exynos: Fix polarity of panel reset gpio in Rinato X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc8ebb86392dc2e81abee68c4e569f8d23628603;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: exynos: Fix polarity of panel reset gpio in Rinato This reset gpio is active low, therefore fix from active high to low. Signed-off-by: Hoegeun Kwon Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 118235b72e90..443e0c98dc73 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -240,7 +240,7 @@ 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>;