projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800974a
)
ARM: dts: Add vmmc regulator node in exynos4412-origen.dts
author
Sachin Kamat
<
[email protected]
>
Thu, 17 Jan 2013 23:56:48 +0000
(15:56 -0800)
committer
Kukjin Kim
<
[email protected]
>
Thu, 7 Mar 2013 10:39:48 +0000
(19:39 +0900)
Added vmmc regulator node in exynos4412-origen.dts file.
Signed-off-by: Sachin Kamat <
[email protected]
>
Reviewed-by: Tomasz Figa <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/boot/dts/exynos4412-origen.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos4412-origen.dts
b/arch/arm/boot/dts/exynos4412-origen.dts
index df880c4368a1967b0cd5b5f45d11474555b3f903..fe70bc6b02f975dd6f8271f5b3c3098a1cc0fdae 100644
(file)
--- a/
arch/arm/boot/dts/exynos4412-origen.dts
+++ b/
arch/arm/boot/dts/exynos4412-origen.dts
@@
-27,6
+27,15
@@
bootargs ="console=ttySAC2,115200";
};
+ 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;
+ };
+
serial@13800000 {
status = "okay";
};