diff mbox

[U-Boot,V2,6/8] dts: peach_pit: Add SLP and RST GPIO properties in parade DT node

Message ID 1425391409-25576-7-git-send-email-ajaykumar.rs@samsung.com
State Superseded
Headers show

Commit Message

Ajay Kumar March 3, 2015, 2:03 p.m. UTC
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>
---
 arch/arm/dts/exynos5420-peach-pit.dts |    2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass March 3, 2015, 3:04 p.m. UTC | #1
On 3 March 2015 at 07:03, Ajay Kumar <ajaykumar.rs@samsung.com> wrote:
> 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>
> ---
>  arch/arm/dts/exynos5420-peach-pit.dts |    2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

Tested on Pi.

Tested-by: Simon Glass <sjg@chromium.org>

>
> diff --git a/arch/arm/dts/exynos5420-peach-pit.dts b/arch/arm/dts/exynos5420-peach-pit.dts
> index b801de9..3ad4728 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>;
>                 };
>         };
>
> --
> 1.7.9.5
>
diff mbox

Patch

diff --git a/arch/arm/dts/exynos5420-peach-pit.dts b/arch/arm/dts/exynos5420-peach-pit.dts
index b801de9..3ad4728 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>;
 	        };
 	};