diff options
author | Dong Aisheng <b29396@freescale.com> | 2014-06-23 05:31:26 -0400 |
---|---|---|
committer | Dong Aisheng <b29396@freescale.com> | 2014-06-24 02:11:53 -0400 |
commit | 6dd40bb4a070adaced87a51ce231336334541692 (patch) | |
tree | 1be18118ba5b3751428b673c73fb3d432be49811 /arch/arm/boot/dts | |
parent | 5f9447e5d97060207c4742d5a06e5548de45972d (diff) |
ENGR00319692 dts: imx6qdl-sabresd: make emmc on usdhc4 fixed to mmc0
The mmc core will reserve the mmc index for the specific controller
by add mmc alias in device tree.
There's an eMMC chip on sabresd board on uSDHC slot 4.
We want it be fixed to mmc0 to be used for finding rootfs persistently.
So adding Alias mmc0 to usdhc4 in device tree.
Signed-off-by: Dong Aisheng <b29396@freescale.com>
(cherry picked from commit 4cd99820322abca9c9d2b82ee2513aa9d096c02b)
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 100b9c8364d4..1f5c1de6a2f7 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | / { | 13 | / { |
14 | aliases { | 14 | aliases { |
15 | mmc0 = &usdhc4; | ||
15 | mxcfb0 = &mxcfb1; | 16 | mxcfb0 = &mxcfb1; |
16 | mxcfb1 = &mxcfb2; | 17 | mxcfb1 = &mxcfb2; |
17 | mxcfb2 = &mxcfb3; | 18 | mxcfb2 = &mxcfb3; |