All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][v1] ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
@ 2009-09-02  5:55 Dipen Dudhat
  2009-09-02 21:41 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Dipen Dudhat @ 2009-09-02  5:55 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
---
- applies on http://git.denx.de/u-boot-mpc85xx.git branch->next
 cpu/mpc85xx/fdt.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/cpu/mpc85xx/fdt.c b/cpu/mpc85xx/fdt.c
index 53b184f..73886bd 100644
--- a/cpu/mpc85xx/fdt.c
+++ b/cpu/mpc85xx/fdt.c
@@ -352,4 +352,8 @@ void ft_cpu_setup(void *blob, bd_t *bd)
 	ft_fixup_num_cores(blob);
 
 	ft_fixup_cache(blob);
+
+#if defined(CONFIG_FSL_ESDHC)
+	fdt_fixup_esdhc(blob, bd);
+#endif
 }
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH][v1] ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
  2009-09-02  5:55 [U-Boot] [PATCH][v1] ppc/85xx: Fix up eSDHC controller clock frequency in the device tree Dipen Dudhat
@ 2009-09-02 21:41 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2009-09-02 21:41 UTC (permalink / raw)
  To: u-boot


On Sep 2, 2009, at 12:55 AM, Dipen Dudhat wrote:

> Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
> Acked-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> - applies on http://git.denx.de/u-boot-mpc85xx.git branch->next
> cpu/mpc85xx/fdt.c |    4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)


applied to 85xx.

- k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-02 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-02  5:55 [U-Boot] [PATCH][v1] ppc/85xx: Fix up eSDHC controller clock frequency in the device tree Dipen Dudhat
2009-09-02 21:41 ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.