Skip to content

Commit 214e0e6

Browse files
committed
ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators
Remove status = "okay" for sam9x60ek regulator as okay is the default status. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20221026124114.985876-12-claudiu.beznea@microchip.com
1 parent 55162b2 commit 214e0e6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
regulator-min-microvolt = <1800000>;
7777
regulator-max-microvolt = <1800000>;
7878
regulator-always-on;
79-
status = "okay";
8079
};
8180

8281
vdd_1v15: fixed-regulator-vdd_1v15 {
@@ -85,7 +84,6 @@
8584
regulator-min-microvolt = <1150000>;
8685
regulator-max-microvolt = <1150000>;
8786
regulator-always-on;
88-
status = "okay";
8987
};
9088

9189
vdd1_3v3: fixed-regulator-vdd1_3v3 {
@@ -94,7 +92,6 @@
9492
regulator-min-microvolt = <3300000>;
9593
regulator-max-microvolt = <3300000>;
9694
regulator-always-on;
97-
status = "okay";
9895
};
9996

10097
vdd2_3v3: regulator-fixed-vdd2_3v3 {
@@ -103,7 +100,6 @@
103100
regulator-min-microvolt = <3300000>;
104101
regulator-max-microvolt = <3300000>;
105102
regulator-always-on;
106-
status = "okay";
107103
};
108104
};
109105

0 commit comments

Comments
 (0)