
20 Jan
2012
20 Jan
'12
12:53 a.m.
Hi Stephen,
On Wed, Jan 18, 2012 at 4:19 PM, Stephen Warren swarren@nvidia.com wrote:
On 01/11/2012 09:33 PM, Simon Glass wrote:
This adds clock references to the USB part of the device tree for U-Boot.
The USB timing information may vary between boards sometimes, but for now we hard-code it in C. This is because all current T2x boards use the same values, we will deal with T3x later and we first need to agree on the format for this timing information in the fdt and may in fact decide that it has no place there.
diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi
- clocks = <&periph_clk 22>; // PERIPH_ID_USBD
Typically /* */ rather than // I think
Yes will fix. Looking forward to your symbolic stuff so that I can remove the comment.
Regards, Simon
-- nvpublic