projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e549234
)
dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
author
Ajay Kumar
<ajaykumar.rs@samsung.com>
Wed, 4 Mar 2015 13:35:29 +0000
(19:05 +0530)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 6 Apr 2015 05:34:41 +0000
(14:34 +0900)
Now that parade driver supports reading SLP and RST GPIO
from DT, specify the same in parade DT node.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos5420-peach-pit.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/exynos5420-peach-pit.dts
b/arch/arm/dts/exynos5420-peach-pit.dts
index b801de9787531b3f6b29f4326375afd31ca5977d..3ad4728138a400861826f44805c3a641f6c7f526 100644
(file)
--- a/
arch/arm/dts/exynos5420-peach-pit.dts
+++ b/
arch/arm/dts/exynos5420-peach-pit.dts
@@
-67,6
+67,8
@@
edp-lvds-bridge@48 {
compatible = "parade,ps8625";
reg = <0x48>;
+ sleep-gpio = <&gpx3 5 GPIO_ACTIVE_HIGH>;
+ reset-gpio = <&gpy7 7 GPIO_ACTIVE_HIGH>;
};
};