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>
This commit is contained in:
Alexandre Belloni 2015-12-02 22:35:22 +01:00 committed by Shawn Guo
parent 67157882a4
commit 234f82a702
1 changed files with 2 additions and 2 deletions

View File

@ -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>;
};