diff mbox

[U-Boot,V2,7/8] dts: peach_pi: Add DT properties needed for display

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

Commit Message

Ajay Kumar March 3, 2015, 2:03 p.m. UTC
Add backlight enable GPIO, and delay needed for panel powerup
via FIMD DT node.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/dts/exynos5800-peach-pi.dts |    3 +++
 1 file changed, 3 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:
> Add backlight enable GPIO, and delay needed for panel powerup
> via FIMD DT node.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  arch/arm/dts/exynos5800-peach-pi.dts |    3 +++
>  1 file changed, 3 insertions(+)

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

Tested on Pi.

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

>
> diff --git a/arch/arm/dts/exynos5800-peach-pi.dts b/arch/arm/dts/exynos5800-peach-pi.dts
> index e4bc100..494f764 100644
> --- a/arch/arm/dts/exynos5800-peach-pi.dts
> +++ b/arch/arm/dts/exynos5800-peach-pi.dts
> @@ -144,10 +144,13 @@
>                 samsung,vl-vfpd = <10>;
>                 samsung,vl-cmd-allow-len = <0xf>;
>
> +               samsung,power-on-delay = <30000>;
>                 samsung,winid = <3>;
>                 samsung,interface-mode = <1>;
>                 samsung,dp-enabled = <1>;
>                 samsung,dual-lcd-enabled = <0>;
> +
> +               samsung,bl-en-gpio = <&gpx2 2 GPIO_ACTIVE_HIGH>;
>         };
>  };
>
> --
> 1.7.9.5
>
diff mbox

Patch

diff --git a/arch/arm/dts/exynos5800-peach-pi.dts b/arch/arm/dts/exynos5800-peach-pi.dts
index e4bc100..494f764 100644
--- a/arch/arm/dts/exynos5800-peach-pi.dts
+++ b/arch/arm/dts/exynos5800-peach-pi.dts
@@ -144,10 +144,13 @@ 
 		samsung,vl-vfpd = <10>;
 		samsung,vl-cmd-allow-len = <0xf>;
 
+		samsung,power-on-delay = <30000>;
 		samsung,winid = <3>;
 		samsung,interface-mode = <1>;
 		samsung,dp-enabled = <1>;
 		samsung,dual-lcd-enabled = <0>;
+
+		samsung,bl-en-gpio = <&gpx2 2 GPIO_ACTIVE_HIGH>;
 	};
 };