Commit 2999f0a9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Define fixed regulators in root node for consistency in Origen



Remove the regulators node and define fixed regulators directly under
the root node.  This makes Exynos4412 Origen board consistent with other
Exynos boards.

Suggested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent f91423e9
Loading
Loading
Loading
Loading
+7 −14
Original line number Diff line number Diff line
@@ -33,21 +33,14 @@
		reg = <0x0203F000 0x1000>;
	};

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

		mmc_reg: regulator@0 {
	mmc_reg: regulator-0 {
		compatible = "regulator-fixed";
			reg = <0>;
		regulator-name = "VMEM_VDD_2.8V";
		regulator-min-microvolt = <2800000>;
		regulator-max-microvolt = <2800000>;
		gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
		enable-active-high;
	};
	};

	display-timings {
		native-mode = <&timing0>;