Unverified Commit abd6e3d6 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents cafd3d34 8950f345
Loading
Loading
Loading
Loading
+13 −15
Original line number Diff line number Diff line
@@ -12,8 +12,7 @@ / {
	compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx";

	/* Power */
	regulators {
		vcc3v3: fixedregulator@1 {
	vcc3v3: fixedregulator1 {
		compatible = "regulator-fixed";
		regulator-name = "vcc3v3";
		regulator-min-microvolt = <3300000>;
@@ -21,14 +20,13 @@ vcc3v3: fixedregulator@1 {
		regulator-boot-on;
	};

		vcc1v8: fixedregulator@2 {
	vcc1v8: fixedregulator2 {
		compatible = "regulator-fixed";
		regulator-name = "vcc1v8";
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		regulator-boot-on;
	};
	};

	/* User IO */
	user_leds: user_leds {