Re: [PATCHv2 1/9] at91: provide macb clks with "pclk" and "hclk" name
From: avictor.za@gmail.com <hidden>
Date: 2011-03-16 06:53:47
Also in:
linux-arm-kernel
From: avictor.za@gmail.com <hidden>
Date: 2011-03-16 06:53:47
Also in:
linux-arm-kernel
hi, On Tue, Mar 15, 2011 at 12:14 PM, Jamie Iles [off-list ref] wrote:
The macb driver expects clocks with the names "pclk" and "hclk". We currently provide "macb_clk" but to fit in line with other architectures (namely AVR32), provide "pclk" and a fake "hclk".
There is no reference to a "pclk" or "hclk" in the AT91 architecture. So to avoid possible confusion, maybe create two "fake" clocks both parented to "macb_clk", and add a comment they're only for compatibility with the AVR32. Regards, Andrew Victor