Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-4
-4
arch/arm/boot/dts/at91-sam9x60ek.dts
··· 76 76 regulator-min-microvolt = <1800000>; 77 77 regulator-max-microvolt = <1800000>; 78 78 regulator-always-on; 79 - status = "okay"; 80 79 }; 81 80 82 81 vdd_1v15: fixed-regulator-vdd_1v15 { ··· 84 85 regulator-min-microvolt = <1150000>; 85 86 regulator-max-microvolt = <1150000>; 86 87 regulator-always-on; 87 - status = "okay"; 88 88 }; 89 89 90 90 vdd1_3v3: fixed-regulator-vdd1_3v3 { ··· 92 94 regulator-min-microvolt = <3300000>; 93 95 regulator-max-microvolt = <3300000>; 94 96 regulator-always-on; 95 - status = "okay"; 96 97 }; 97 98 98 99 vdd2_3v3: regulator-fixed-vdd2_3v3 { ··· 100 103 regulator-min-microvolt = <3300000>; 101 104 regulator-max-microvolt = <3300000>; 102 105 regulator-always-on; 103 - status = "okay"; 104 106 }; 105 107 }; 106 108