diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-05-01 22:16:53 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:50:33 -0400 |
commit | 28da456a480c6149fb1cdfa006c3fbff6b7b6bc2 (patch) | |
tree | 56adec0d9af4758a6d9d9a8e36c51894d3366b73 /arch/powerpc/boot | |
parent | ea38f579d57e19bc054aaea4b9a2a9ddad85e9eb (diff) |
powerpc/85xx: Add eSDHC support for MPC8569E-MDS boards
Note that eSDHC and DUART0 are mutually exclusive on MPC8569E-MDS
boards. Default option is DUART0, so eSDHC is disabled by default.
U-Boot will fixup device tree if eSDHC should be used instead of
DUART0.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8569mds.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts index 18fda4917d95..3e4de7a82521 100644 --- a/arch/powerpc/boot/dts/mpc8569mds.dts +++ b/arch/powerpc/boot/dts/mpc8569mds.dts | |||
@@ -220,6 +220,16 @@ | |||
220 | }; | 220 | }; |
221 | }; | 221 | }; |
222 | 222 | ||
223 | sdhci@2e000 { | ||
224 | compatible = "fsl,mpc8569-esdhc", "fsl,esdhc"; | ||
225 | reg = <0x2e000 0x1000>; | ||
226 | interrupts = <72 0x8>; | ||
227 | interrupt-parent = <&mpic>; | ||
228 | /* Filled in by U-Boot */ | ||
229 | clock-frequency = <0>; | ||
230 | status = "disabled"; | ||
231 | }; | ||
232 | |||
223 | crypto@30000 { | 233 | crypto@30000 { |
224 | compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4", | 234 | compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4", |
225 | "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; | 235 | "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; |