Commit abd6e3d6 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'am335x-pcm-953-regulators' of...

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.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents cafd3d34 8950f345
...@@ -12,22 +12,20 @@ / { ...@@ -12,22 +12,20 @@ / {
compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx"; compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx";
/* Power */ /* Power */
regulators { vcc3v3: fixedregulator1 {
vcc3v3: fixedregulator@1 { compatible = "regulator-fixed";
compatible = "regulator-fixed"; regulator-name = "vcc3v3";
regulator-name = "vcc3v3"; regulator-min-microvolt = <3300000>;
regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-boot-on;
regulator-boot-on; };
};
vcc1v8: fixedregulator@2 { vcc1v8: fixedregulator2 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc1v8"; regulator-name = "vcc1v8";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-boot-on; regulator-boot-on;
};
}; };
/* User IO */ /* User IO */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment