Skip to content
Snippets Groups Projects
Commit da1cd955 authored by Dipen Dudhat's avatar Dipen Dudhat Committed by Kumar Gala
Browse files

ppc/85xx: Fix up eSDHC controller clock frequency in the device tree


Signed-off-by: default avatarDipen Dudhat <dipen.dudhat@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 2abbd31d
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@
#include <libfdt.h>
#include <fdt_support.h>
#include <asm/processor.h>
#ifdef CONFIG_FSL_ESDHC
#include <fsl_esdhc.h>
#endif
DECLARE_GLOBAL_DATA_PTR;
......@@ -326,4 +329,8 @@ void ft_cpu_setup(void *blob, bd_t *bd)
#endif
ft_fixup_cache(blob);
#if defined(CONFIG_FSL_ESDHC)
fdt_fixup_esdhc(blob, bd);
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment