Commit 81ec03f5 authored by Teresa Remmet's avatar Teresa Remmet Committed by Tony Lindgren
Browse files

ARM: dts: am335x phytec boards: Remove regulator node



Move regulators directly to the root node like most am335x boards do.

Signed-off-by: default avatarTeresa Remmet <t.remmet@phytec.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 56673453
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
@@ -30,9 +30,6 @@
		reg = <0x80000000 0x10000000>; /* 256 MB */
	};

	regulators {
		compatible = "simple-bus";

	vcc5v: fixedregulator0 {
		compatible = "regulator-fixed";
		regulator-name = "vcc5v";
@@ -42,7 +39,6 @@
		regulator-always-on;
	};
};
};

/* Crypto Module */
&aes {
+6 −10
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@
		compatible = "ti,da830-evm-audio";
	};

	regulators {
		compatible = "simple-bus";

	vcc3v3: fixedregulator1 {
		compatible = "regulator-fixed";
		regulator-name = "vcc3v3";
@@ -26,7 +23,6 @@
		regulator-boot-on;
	};
};
};

/* Audio */
&am33xx_pinmux {