mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 03:23:32 -04:00
ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
ed4b37e867
commit
4507c0a0a0
@ -27,6 +27,9 @@
|
|||||||
#include <libfdt.h>
|
#include <libfdt.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
#include <asm/processor.h>
|
#include <asm/processor.h>
|
||||||
|
#ifdef CONFIG_FSL_ESDHC
|
||||||
|
#include <fsl_esdhc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
@ -326,4 +329,8 @@ void ft_cpu_setup(void *blob, bd_t *bd)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
ft_fixup_cache(blob);
|
ft_fixup_cache(blob);
|
||||||
|
|
||||||
|
#if defined(CONFIG_FSL_ESDHC)
|
||||||
|
fdt_fixup_esdhc(blob, bd);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user