Re: [U-Boot] [PATCH v7 11/20] tegra: fdt: Add clock bindings for Tegra2 Seaboard

2012-02-28 Thread Simon Glass
Hi Stephen, On Tue, Feb 28, 2012 at 10:47 AM, Stephen Warren wrote: > Simon Glass wrote at Tuesday, February 28, 2012 11:08 AM: >> Add the definition of the oscillator clock frequency and the 32KHz clock. >> The latter is provided by a PMIC on I2C which we don't actually use at >> present, but we

Re: [U-Boot] [PATCH v7 11/20] tegra: fdt: Add clock bindings for Tegra2 Seaboard

2012-02-28 Thread Stephen Warren
Simon Glass wrote at Tuesday, February 28, 2012 11:08 AM: > Add the definition of the oscillator clock frequency and the 32KHz clock. > The latter is provided by a PMIC on I2C which we don't actually use at > present, but we expect this definition to be used in the kernel and want > to keep our .dt

[U-Boot] [PATCH v7 11/20] tegra: fdt: Add clock bindings for Tegra2 Seaboard

2012-02-28 Thread Simon Glass
Add the definition of the oscillator clock frequency and the 32KHz clock. The latter is provided by a PMIC on I2C which we don't actually use at present, but we expect this definition to be used in the kernel and want to keep our .dts the same. Signed-off-by: Simon Glass --- Changes in v6: - Add