Commit 915394db authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: dts: imx6sx-sabreauto: drop 'regulators' container node



Let's drop the 'regulators' container node by giving VCC_SD3 an unique
name and removing 'reg' property, so that the fixed regulator can be
under root node directly.

Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4b976ce8
Loading
Loading
Loading
Loading
+9 −16
Original line number Diff line number Diff line
@@ -18,14 +18,8 @@ memory@80000000 {
		reg = <0x80000000 0x80000000>;
	};

	regulators {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <0>;

		vcc_sd3: regulator@0 {
	vcc_sd3: regulator-vcc-sd3 {
		compatible = "regulator-fixed";
			reg = <0>;
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_vcc_sd3>;
		regulator-name = "VCC_SD3";
@@ -35,7 +29,6 @@ vcc_sd3: regulator@0 {
		enable-active-high;
	};
};
};

&anaclk2 {
	clock-frequency = <24576000>;