rockchip64: fix pwm regulators that use pinctrl "active" configuration
This commit is contained in:
parent
9f16f722e5
commit
19d1ce656e
@ -880,7 +880,7 @@ index 00000000000..4adb1534ea5
|
||||
+
|
||||
+&pwm2 {
|
||||
+ status = "okay";
|
||||
+ pinctrl-names = "active";
|
||||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&pwm2_pin_pull_down>;
|
||||
+};
|
||||
+
|
||||
|
||||
@ -841,7 +841,7 @@ index 000000000..1e1747ceb
|
||||
+
|
||||
+&pwm2 {
|
||||
+ status = "okay";
|
||||
+ pinctrl-names = "active";
|
||||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&pwm2_pin_pull_down>;
|
||||
+};
|
||||
+
|
||||
|
||||
@ -571,7 +571,7 @@ index 000000000..dc337bee0
|
||||
+
|
||||
+&pwm2 {
|
||||
+ status = "okay";
|
||||
+ pinctrl-names = "active";
|
||||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&pwm2_pin_pull_down>;
|
||||
+};
|
||||
+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user