Commit 86110832 authored by Li Yang's avatar Li Yang Committed by Shawn Guo
Browse files

ARM: dts: ls1021a: remove regulators simple-bus



There is no regulator bus in hardware.  So move the regulator nodes out
and remove the regulators simple-bus.  This also make the dts align with
the simple-bus schema.

Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 61761d3e
Loading
Loading
Loading
Loading
+6 −13
Original line number Diff line number Diff line
@@ -25,20 +25,13 @@ sys_mclk: clock-mclk {
		clock-frequency = <24576000>;
	};

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

		reg_3p3v: regulator@0 {
	reg_3p3v: regulator {
		compatible = "regulator-fixed";
			reg = <0>;
		regulator-name = "3P3V";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-always-on;
	};
	};

	sound {
		compatible = "simple-audio-card";
+6 −13
Original line number Diff line number Diff line
@@ -23,20 +23,13 @@ sys_mclk: clock-mclk {
		clock-frequency = <24576000>;
	};

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

		reg_3p3v: regulator@0 {
	reg_3p3v: regulator {
		compatible = "regulator-fixed";
			reg = <0>;
		regulator-name = "3P3V";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-always-on;
	};
	};

	sound {
		compatible = "simple-audio-card";