From: Ajay Kumar Date: Wed, 4 Mar 2015 13:35:29 +0000 (+0530) Subject: dts: peach_pit: Add SLP and RST GPIO properties in parade DT node X-Git-Tag: v2015.04~27^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b798177736f006125b4769986f232e4b0a4f9a84;p=oweals%2Fu-boot.git 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 Reviewed-by: Simon Glass Tested-by: Simon Glass Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/dts/exynos5420-peach-pit.dts b/arch/arm/dts/exynos5420-peach-pit.dts index b801de9787..3ad4728138 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>; }; };