[U-Boot] mpc85xx: Put SDHC clock-frequency in device tree

2009-09-23 Thread Gao Guanhua
The clock-frequency of SD controller comes from different source on different platform. We add a clock-frequency property in dts file and set the value in u-boot. --- cpu/mpc85xx/fdt.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/cpu/mpc85xx/fdt.c b/cpu/mpc85xx/fdt

Re: [U-Boot] mpc85xx: Put SDHC clock-frequency in device tree

2009-09-24 Thread Gao Guanhua-B22826
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Thursday, September 24, 2009 12:13 AM > To: Gao Guanhua-B22826 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] mpc85xx: Put SDHC clock-frequency in device tree > > > O