projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d1afb
)
ARM: dts: exynos: Fix polarity of panel reset gpio in Rinato
author
Hoegeun Kwon
<hoegeun.kwon@samsung.com>
Thu, 15 Jun 2017 10:03:29 +0000
(19:03 +0900)
committer
Krzysztof 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos3250-rinato.dts
b/arch/arm/boot/dts/exynos3250-rinato.dts
index 118235b72e901484ec020f9d8272a4a559ace84c..443e0c98dc73089213ce3aca04a0bdb44dfc64ed 100644
(file)
--- 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>;