diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-12-03 00:35:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 15:43:38 +0300 |
commit | 234f82a70244f36f770b6f8567c51ba231b6bfcc (patch) | |
tree | 57e93a79fe7064a57f686642a0835578800be569 /arch/arm/boot/dts/imx28-cfa10057.dts | |
parent | 67157882a4eb9375a8fdf6948de2c61e0596a545 (diff) | |
download | linux-234f82a70244f36f770b6f8567c51ba231b6bfcc.tar.xz |
ARM: mxs: dt: cfa10057: fix backlight PWM
The backlight PWM is actually pwm4.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10057.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10057.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10057.dts b/arch/arm/boot/dts/imx28-cfa10057.dts index 5df0b24eaf59..7a80bd686c40 100644 --- a/arch/arm/boot/dts/imx28-cfa10057.dts +++ b/arch/arm/boot/dts/imx28-cfa10057.dts @@ -115,7 +115,7 @@ pwm: pwm@80064000 { pinctrl-names = "default"; - pinctrl-0 = <&pwm3_pins_b>; + pinctrl-0 = <&pwm4_pins_a>; status = "okay"; }; @@ -170,7 +170,7 @@ backlight { compatible = "pwm-backlight"; - pwms = <&pwm 3 5000000>; + pwms = <&pwm 4 5000000>; brightness-levels = <0 4 8 16 32 64 128 255>; default-brightness-level = <7>; }; |