ARM: dts: Add vmmc fixed voltage regulator for exynos4210-origen
This patch adds fixed voltage vmmc regulator to dts file of Origen board. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
6475daad9a
commit
cf7c397b62
1 changed files with 11 additions and 0 deletions
|
@ -32,10 +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 {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "VMEM_VDD_2.8V";
|
||||||
|
regulator-min-microvolt = <2800000>;
|
||||||
|
regulator-max-microvolt = <2800000>;
|
||||||
|
gpio = <&gpx1 1 0>;
|
||||||
|
enable-active-high;
|
||||||
|
};
|
||||||
|
|
||||||
sdhci@12530000 {
|
sdhci@12530000 {
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
|
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
vmmc-supply = <&mmc_reg>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -43,6 +53,7 @@
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
|
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
vmmc-supply = <&mmc_reg>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue