mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
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: Mark Brown <broonie@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
d40f314949
commit
aa3edb65fe
@ -432,18 +432,24 @@
|
|||||||
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>;
|
|
||||||
enable-active-high;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_hdmi_en: fixedregulator@0 {
|
mmc_reg: voltage-regulator {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "hdmi-en";
|
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 {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "hdmi-en";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fixed-rate-clocks {
|
fixed-rate-clocks {
|
||||||
|
Loading…
Reference in New Issue
Block a user