diff options
author | Ajay Kumar | 2015-03-04 19:05:29 +0530 |
---|---|---|
committer | Minkyu Kang | 2015-04-06 14:34:41 +0900 |
commit | b798177736f006125b4769986f232e4b0a4f9a84 (patch) | |
tree | d48418a681f6c2fd361c3e2b665daabfd1513d7e | |
parent | e549234d698406099e8bbeda4a345d8c77250cf1 (diff) |
dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
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>
-rw-r--r-- | arch/arm/dts/exynos5420-peach-pit.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5420-peach-pit.dts b/arch/arm/dts/exynos5420-peach-pit.dts index b801de97875..3ad4728138a 100644 --- 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>; }; }; |