Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

+7 -14
+7 -14
arch/arm/boot/dts/exynos4412-origen.dts
··· 33 33 reg = <0x0203F000 0x1000>; 34 34 }; 35 35 36 - regulators { 37 - compatible = "simple-bus"; 38 - #address-cells = <1>; 39 - #size-cells = <0>; 40 - 41 - mmc_reg: regulator@0 { 42 - compatible = "regulator-fixed"; 43 - reg = <0>; 44 - regulator-name = "VMEM_VDD_2.8V"; 45 - regulator-min-microvolt = <2800000>; 46 - regulator-max-microvolt = <2800000>; 47 - gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>; 48 - enable-active-high; 49 - }; 36 + mmc_reg: regulator-0 { 37 + compatible = "regulator-fixed"; 38 + regulator-name = "VMEM_VDD_2.8V"; 39 + regulator-min-microvolt = <2800000>; 40 + regulator-max-microvolt = <2800000>; 41 + gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>; 42 + enable-active-high; 50 43 }; 51 44 52 45 display-timings {