mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +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
1 changed files with 17 additions and 11 deletions
|
@ -432,6 +432,11 @@
|
||||||
vdd-supply = <&ldo8_reg>;
|
vdd-supply = <&ldo8_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
regulators {
|
||||||
|
compatible = "simple-bus";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
mmc_reg: voltage-regulator {
|
mmc_reg: voltage-regulator {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "VDD_33ON_2.8V";
|
regulator-name = "VDD_33ON_2.8V";
|
||||||
|
@ -445,6 +450,7 @@
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "hdmi-en";
|
regulator-name = "hdmi-en";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
fixed-rate-clocks {
|
fixed-rate-clocks {
|
||||||
xxti {
|
xxti {
|
||||||
|
|
Loading…
Add table
Reference in a new issue