Commit 234f82a7 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Shawn Guo

ARM: mxs: dt: cfa10057: fix backlight PWM

The backlight PWM is actually pwm4.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 67157882
......@@ -115,7 +115,7 @@ lradc@80050000 {
pwm: pwm@80064000 {
pinctrl-names = "default";
pinctrl-0 = <&pwm3_pins_b>;
pinctrl-0 = <&pwm4_pins_a>;
status = "okay";
};
......@@ -170,7 +170,7 @@ mac0: ethernet@800f0000 {
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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment