Skip to content
Snippets Groups Projects
Commit ccd84c3b authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[962][DTS] fix pwm-cells error

parent 76d42b9e
No related branches found
No related tags found
1 merge request!142[i.MX6][928][962][A62] fix lvds issues
......@@ -602,6 +602,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1>;
status = "disabled";
#pwm-cells = <2>;
};
......@@ -609,6 +610,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm2>;
status = "okay";
#pwm-cells = <2>;
};
......@@ -616,6 +618,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm3>;
status = "okay";
#pwm-cells = <2>;
};
/* __________________________________________________________________________
* |__________________________________________________________________________|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment