rockchip64: fix pwm regulators that use pinctrl "active" configuration

This commit is contained in:
Paolo Sabatino 2022-06-25 21:18:07 +00:00 committed by Paolo
parent 9f16f722e5
commit 19d1ce656e
3 changed files with 3 additions and 3 deletions

View File

@ -880,7 +880,7 @@ index 00000000000..4adb1534ea5
+
+&pwm2 {
+ status = "okay";
+ pinctrl-names = "active";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm2_pin_pull_down>;
+};
+

View File

@ -841,7 +841,7 @@ index 000000000..1e1747ceb
+
+&pwm2 {
+ status = "okay";
+ pinctrl-names = "active";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm2_pin_pull_down>;
+};
+

View File

@ -571,7 +571,7 @@ index 000000000..dc337bee0
+
+&pwm2 {
+ status = "okay";
+ pinctrl-names = "active";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm2_pin_pull_down>;
+};
+