Commit aa3edb65 authored by Mark Brown's avatar Mark Brown Committed by Kukjin Kim

ARM: dts: Put Arndale fixed voltage regulators on a simple-bus

Fixed voltage regulators (and other similar free standing things) are
supposed to go on a simple-bus for DT correctness reasons.
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent d40f3149
...@@ -432,18 +432,24 @@ hdmi { ...@@ -432,18 +432,24 @@ hdmi {
vdd-supply = <&ldo8_reg>; vdd-supply = <&ldo8_reg>;
}; };
mmc_reg: voltage-regulator { regulators {
compatible = "regulator-fixed"; compatible = "simple-bus";
regulator-name = "VDD_33ON_2.8V"; #address-cells = <1>;
regulator-min-microvolt = <2800000>; #size-cells = <0>;
regulator-max-microvolt = <2800000>;
gpio = <&gpx1 1 1>; mmc_reg: voltage-regulator {
enable-active-high; compatible = "regulator-fixed";
}; regulator-name = "VDD_33ON_2.8V";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
gpio = <&gpx1 1 1>;
enable-active-high;
};
reg_hdmi_en: fixedregulator@0 { reg_hdmi_en: fixedregulator@0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "hdmi-en"; regulator-name = "hdmi-en";
};
}; };
fixed-rate-clocks { fixed-rate-clocks {
......
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