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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		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 @@
};

&pwm3 {
	#pwm-cells = <2>;
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_pwm3>;
	status = "disabled";