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

Merge tag 'am335x-pcm-953-regulators' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes

Regulator changes for am335x-pcm-953

This is for deferred probe issue on am335x-pcm-953 sdhci-omap regulator.

* tag 'am335x-pcm-953-regulators' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: am335x-pcm-953: Define fixed regulators in root node

Link: https://lore.kernel.org/r/pull-1669036672-530717@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+13 -15
+13 -15
arch/arm/boot/dts/am335x-pcm-953.dtsi
··· 12 12 compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx"; 13 13 14 14 /* Power */ 15 - regulators { 16 - vcc3v3: fixedregulator@1 { 17 - compatible = "regulator-fixed"; 18 - regulator-name = "vcc3v3"; 19 - regulator-min-microvolt = <3300000>; 20 - regulator-max-microvolt = <3300000>; 21 - regulator-boot-on; 22 - }; 15 + vcc3v3: fixedregulator1 { 16 + compatible = "regulator-fixed"; 17 + regulator-name = "vcc3v3"; 18 + regulator-min-microvolt = <3300000>; 19 + regulator-max-microvolt = <3300000>; 20 + regulator-boot-on; 21 + }; 23 22 24 - vcc1v8: fixedregulator@2 { 25 - compatible = "regulator-fixed"; 26 - regulator-name = "vcc1v8"; 27 - regulator-min-microvolt = <1800000>; 28 - regulator-max-microvolt = <1800000>; 29 - regulator-boot-on; 30 - }; 23 + vcc1v8: fixedregulator2 { 24 + compatible = "regulator-fixed"; 25 + regulator-name = "vcc1v8"; 26 + regulator-min-microvolt = <1800000>; 27 + regulator-max-microvolt = <1800000>; 28 + regulator-boot-on; 31 29 }; 32 30 33 31 /* User IO */