ARM: dts: Add fixed voltage regulator to simple bus for origen
This has been done for Arndale board vide commit aa3edb65
("ARM: dts: Put Arndale fixed voltage regulators on a simple-bus").
Replicate here for consistency and correctness.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
21b190d249
commit
af617c93b3
2 changed files with 28 additions and 14 deletions
|
@ -32,13 +32,20 @@
|
||||||
bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
|
bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc_reg: voltage-regulator {
|
regulators {
|
||||||
compatible = "regulator-fixed";
|
compatible = "simple-bus";
|
||||||
regulator-name = "VMEM_VDD_2.8V";
|
#address-cells = <1>;
|
||||||
regulator-min-microvolt = <2800000>;
|
#size-cells = <0>;
|
||||||
regulator-max-microvolt = <2800000>;
|
|
||||||
gpio = <&gpx1 1 0>;
|
mmc_reg: regulator@0 {
|
||||||
enable-active-high;
|
compatible = "regulator-fixed";
|
||||||
|
reg = <0>;
|
||||||
|
regulator-name = "VMEM_VDD_2.8V";
|
||||||
|
regulator-min-microvolt = <2800000>;
|
||||||
|
regulator-max-microvolt = <2800000>;
|
||||||
|
gpio = <&gpx1 1 0>;
|
||||||
|
enable-active-high;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
tmu@100C0000 {
|
tmu@100C0000 {
|
||||||
|
|
|
@ -32,13 +32,20 @@
|
||||||
reg = <0x0203F000 0x1000>;
|
reg = <0x0203F000 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc_reg: voltage-regulator {
|
regulators {
|
||||||
compatible = "regulator-fixed";
|
compatible = "simple-bus";
|
||||||
regulator-name = "VMEM_VDD_2.8V";
|
#address-cells = <1>;
|
||||||
regulator-min-microvolt = <2800000>;
|
#size-cells = <0>;
|
||||||
regulator-max-microvolt = <2800000>;
|
|
||||||
gpio = <&gpx1 1 0>;
|
mmc_reg: regulator@0 {
|
||||||
enable-active-high;
|
compatible = "regulator-fixed";
|
||||||
|
reg = <0>;
|
||||||
|
regulator-name = "VMEM_VDD_2.8V";
|
||||||
|
regulator-min-microvolt = <2800000>;
|
||||||
|
regulator-max-microvolt = <2800000>;
|
||||||
|
gpio = <&gpx1 1 0>;
|
||||||
|
enable-active-high;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl@11000000 {
|
pinctrl@11000000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue