mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 07:29:12 -04:00
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: Andrej Picej <andrej.picej@norik.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -11,7 +11,7 @@ backlight_lcd: backlight-lcd {
|
||||
brightness-levels = <0 4 8 16 32 64 128 255>;
|
||||
default-brightness-level = <5>;
|
||||
power-supply = <®_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";
|
||||
|
||||
Reference in New Issue
Block a user