diff options
author | Cosmin Stoica <cosminstefan.stoica@freescale.com> | 2014-03-06 11:40:34 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-30 01:35:19 -0400 |
commit | 0517fe6aa8803e06b1e5984e79dbc70d29280899 (patch) | |
tree | 286e73b4bf979da308516768c2c7498a047801bb /arch/arm/boot/dts/vf610.dtsi | |
parent | 707e6906ee361f2385919e24058036f65655fd75 (diff) |
ARM: dts: vf610-twr: Add support for sdhc1
The kernel was not able to boot from SD card because sdhc support
was not present into the dts.
A new entry for sdhc1 was added for vf610-twr board based on the
compatible entry present on imx53.
After applying these changes, the kernel is able to boot successfully
from SD card.
Signed-off-by: Cosmin Stoica <cosminstefan.stoica@freescale.com>
Signed-off-by: Chircu Bogdan <Bogdan.Chircu@freescale.com>
Signed-off-by: Eddy Petrisor <eddy.petrisor@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf610.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index b8ce0aa7b157..30286bcbe1d0 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi | |||
@@ -347,6 +347,17 @@ | |||
347 | status = "disabled"; | 347 | status = "disabled"; |
348 | }; | 348 | }; |
349 | 349 | ||
350 | esdhc1: esdhc@400b2000 { | ||
351 | compatible = "fsl,imx53-esdhc"; | ||
352 | reg = <0x400b2000 0x4000>; | ||
353 | interrupts = <0 28 0x04>; | ||
354 | clocks = <&clks VF610_CLK_IPG_BUS>, | ||
355 | <&clks VF610_CLK_PLATFORM_BUS>, | ||
356 | <&clks VF610_CLK_ESDHC1>; | ||
357 | clock-names = "ipg", "ahb", "per"; | ||
358 | status = "disabled"; | ||
359 | }; | ||
360 | |||
350 | fec0: ethernet@400d0000 { | 361 | fec0: ethernet@400d0000 { |
351 | compatible = "fsl,mvf600-fec"; | 362 | compatible = "fsl,mvf600-fec"; |
352 | reg = <0x400d0000 0x1000>; | 363 | reg = <0x400d0000 0x1000>; |