Commit 0f06ad70 authored by Haijun.Zhang's avatar Haijun.Zhang Committed by Scott Wood

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: default avatarHaijun Zhang <haijun.zhang@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 1eb2819d
......@@ -148,6 +148,10 @@ rtc@68 {
interrupts = <0x1 0x1 0 0>;
};
};
sdhc@114000 {
voltage-ranges = <1800 1800 3300 3300>;
};
};
pci0: pcie@ffe240000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment