summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHaijun.Zhang <Haijun.Zhang@freescale.com>2013-08-29 05:31:28 +0200
committerScott Wood <scottwood@freescale.com>2013-10-29 03:11:17 +0100
commit0f06ad70921eb00fa48f73754059fd8854f32572 (patch)
treed18fa150939f36244e189773ebd7f1bdaff22490 /arch
parentpowerpc/mpc8xx: Clearer Oops message for Software Emulation Exception (diff)
downloadlinux-0f06ad70921eb00fa48f73754059fd8854f32572.tar.xz
linux-0f06ad70921eb00fa48f73754059fd8854f32572.zip
powerpc/eSDCH: Specify voltage for T4240QDS
Freescale T4240QDS reference board has extra voltage shifters added to allow 3.3V operation, so add 3.3v voltage support for T4240QDS. 1.8v and 3.3v is recommand for eMMC and SDHC card. Signed-off-by: Haijun Zhang <haijun.zhang@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/t4240qds.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t4240qds.dts b/arch/powerpc/boot/dts/t4240qds.dts
index 0555976dd0f3..eb3c3de4ef53 100644
--- a/arch/powerpc/boot/dts/t4240qds.dts
+++ b/arch/powerpc/boot/dts/t4240qds.dts
@@ -148,6 +148,10 @@
interrupts = <0x1 0x1 0 0>;
};
};
+
+ sdhc@114000 {
+ voltage-ranges = <1800 1800 3300 3300>;
+ };
};
pci0: pcie@ffe240000 {