diff mbox

[U-Boot,V2,5/8] dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node

Message ID 1425391409-25576-6-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 the exynos_fb driver supports handling backlight GPIO
via DT, specify pwm output property via FIMD DT node.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/dts/exynos54xx.dtsi |    1 +
 1 file changed, 1 insertion(+)

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 the exynos_fb driver supports handling backlight GPIO
> via DT, specify pwm output property via FIMD DT node.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  arch/arm/dts/exynos54xx.dtsi |    1 +
>  1 file changed, 1 insertion(+)
>
Reviewed-by: Simon Glass <sjg@chromium.org>

Tested on Pi.

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

> diff --git a/arch/arm/dts/exynos54xx.dtsi b/arch/arm/dts/exynos54xx.dtsi
> index 916cf3a..31fabb1 100644
> --- a/arch/arm/dts/exynos54xx.dtsi
> +++ b/arch/arm/dts/exynos54xx.dtsi
> @@ -168,6 +168,7 @@
>         fimd@14400000 {
>                 /* sysmmu is not used in U-Boot */
>                 samsung,disable-sysmmu;
> +               samsung,pwm-out-gpio = <&gpb2 0 GPIO_ACTIVE_HIGH>;
>         };
>
>         dp@145b0000 {
> --
> 1.7.9.5
>
diff mbox

Patch

diff --git a/arch/arm/dts/exynos54xx.dtsi b/arch/arm/dts/exynos54xx.dtsi
index 916cf3a..31fabb1 100644
--- a/arch/arm/dts/exynos54xx.dtsi
+++ b/arch/arm/dts/exynos54xx.dtsi
@@ -168,6 +168,7 @@ 
 	fimd@14400000 {
 		/* sysmmu is not used in U-Boot */
 		samsung,disable-sysmmu;
+		samsung,pwm-out-gpio = <&gpb2 0 GPIO_ACTIVE_HIGH>;
 	};
 
 	dp@145b0000 {