summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-06-18 21:03:48 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:15 +0800
commitdf8002290691c13ae5c12903a7c5413752b00a92 (patch)
tree976c6d55c831f5b53fdf9e318a987f30e28d1006 /arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts
parenta157b5bd1632751e46dbbfb086a5a3470eb52242 (diff)
MLK-18628-1 ARM: dts: imx7d: Add pwm polarity specifier for backlight
Upstream modified imx7s.dtsi pwm to have #pwm-cells = <3> so now our out-of-tree boards need to be modified to use 3 cells. See commit 9be48d2d9881 ("ARM: dts: imx7: use 3 PWM cells") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Review-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts b/arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts
index 14779682da05..8455815c8cad 100644
--- a/arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts
+++ b/arch/arm/boot/dts/imx7d-12x12-ddr3-arm2.dts
@@ -17,7 +17,7 @@
backlight {
compatible = "pwm-backlight";
- pwms = <&pwm1 0 5000000>;
+ pwms = <&pwm1 0 5000000 0>;
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <6>;
status = "okay";