ARM: dts: exynos: Remove regulators node container in Origen and N710x

Consistently put fixed regulators directly below root node, instead of
artificial "regulators" node in Exynos4210 Origen and Exynos4412 N710x.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski
2018-04-24 19:46:00 +02:00
parent e88d46cee5
commit 8307c38d93
2 changed files with 14 additions and 23 deletions

View File

@@ -34,20 +34,13 @@
stdout-path = &serial_2; stdout-path = &serial_2;
}; };
regulators { mmc_reg: voltage-regulator {
compatible = "simple-bus"; compatible = "regulator-fixed";
#address-cells = <1>; regulator-name = "VMEM_VDD_2.8V";
#size-cells = <0>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
mmc_reg: regulator@0 { gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
compatible = "regulator-fixed"; enable-active-high;
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;
};
}; };
gpio_keys { gpio_keys {

View File

@@ -13,15 +13,13 @@
/* bootargs are passed in by bootloader */ /* bootargs are passed in by bootloader */
regulators { cam_vdda_reg: voltage-regulator-9 {
cam_vdda_reg: voltage-regulator-9 { compatible = "regulator-fixed";
compatible = "regulator-fixed"; regulator-name = "CAM_SENSOR_CORE_1.2V";
regulator-name = "CAM_SENSOR_CORE_1.2V"; regulator-min-microvolt = <1200000>;
regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>;
regulator-max-microvolt = <1200000>; gpio = <&gpm4 1 GPIO_ACTIVE_HIGH>;
gpio = <&gpm4 1 GPIO_ACTIVE_HIGH>; enable-active-high;
enable-active-high;
};
}; };
}; };