Commit 8307c38d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent e88d46ce
...@@ -34,21 +34,14 @@ chosen { ...@@ -34,21 +34,14 @@ chosen {
stdout-path = &serial_2; stdout-path = &serial_2;
}; };
regulators { mmc_reg: voltage-regulator {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;
mmc_reg: regulator@0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
reg = <0>;
regulator-name = "VMEM_VDD_2.8V"; regulator-name = "VMEM_VDD_2.8V";
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>; gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };
};
gpio_keys { gpio_keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
......
...@@ -13,7 +13,6 @@ memory@40000000 { ...@@ -13,7 +13,6 @@ memory@40000000 {
/* 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";
...@@ -22,7 +21,6 @@ cam_vdda_reg: voltage-regulator-9 { ...@@ -22,7 +21,6 @@ cam_vdda_reg: voltage-regulator-9 {
gpio = <&gpm4 1 GPIO_ACTIVE_HIGH>; gpio = <&gpm4 1 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };
};
}; };
&buck9_reg { &buck9_reg {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment