Commit 8bcbcbba authored by Andrej Picej's avatar Andrej Picej Committed by Shawn Guo

ARM: dts: imx6ul: peb-av-02: move to 3 cell pwm

Instead of changing default pwm-cells property, use the default
"#pwm-cells = <3>" and add the third option.
Signed-off-by: default avatarAndrej Picej <andrej.picej@norik.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0b08af34
......@@ -11,7 +11,7 @@ backlight_lcd: backlight-lcd {
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <5>;
power-supply = <&reg_backlight_en>;
pwms = <&pwm3 0 5000000>;
pwms = <&pwm3 0 5000000 0>;
status = "disabled";
};
......@@ -91,7 +91,6 @@ lcdif_parallel_out: endpoint {
};
&pwm3 {
#pwm-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm3>;
status = "disabled";
......
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