summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am335x-boneblack.dts
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-09-12 20:35:33 +0200
committerBenoit Cousson <bcousson@baylibre.com>2013-10-11 21:06:30 +0200
commit1aac4a990373cd53f75691e0901b029e29eb8190 (patch)
treea17de7046794e2641d378179dff1c00df03376f8 /arch/arm/boot/dts/am335x-boneblack.dts
parent3045ffffcf5f334216ccb80697ac1a2ee5db179e (diff)
ARM: dts: am335x-boneblack: add eMMC DT entry
The pinmux is specified in am335x-bone-common.dtsi to be reused by the eMMC cape. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Tested-by: Kevin Hilman <khilman@linaro.org> Reviewed-by: Nishanth Menon <nm@ti.com> [bcousson@baylibre.com: Fix traling spaces and useless comments] Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-boneblack.dts')
-rw-r--r--arch/arm/boot/dts/am335x-boneblack.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts
index 197cadf72d2c..16b3bea61d46 100644
--- a/arch/arm/boot/dts/am335x-boneblack.dts
+++ b/arch/arm/boot/dts/am335x-boneblack.dts
@@ -15,3 +15,16 @@
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
+
+&mmc1 {
+ vmmc-supply = <&vmmcsd_fixed>;
+};
+
+&mmc2 {
+ vmmc-supply = <&vmmcsd_fixed>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&emmc_pins>;
+ bus-width = <8>;
+ status = "okay";
+ ti,vcc-aux-disable-is-sleep;
+};