summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjay Kumar <[email protected]>2015-03-04 19:05:28 +0530
committerMinkyu Kang <[email protected]>2015-04-06 14:34:40 +0900
commite549234d698406099e8bbeda4a345d8c77250cf1 (patch)
tree09e198dd882b6631c7a65f486b5ed6b4cd3e2e27
parent55e70929b83bc512721d08cb32a7523458d9122d (diff)
dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
-rw-r--r--arch/arm/dts/exynos54xx.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos54xx.dtsi b/arch/arm/dts/exynos54xx.dtsi
index 916cf3a5b66..31fabb190ef 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 {