Re: [PATCH v2] mach-at91: declare device tree clock

2014-09-09 Thread Sascha Hauer
On Mon, Sep 08, 2014 at 03:37:37PM +0200, Raphaël Poggi wrote: > This commit use the clkdev_add_physbase function, to declare device tree and > non device tree gpio clocks. > > Signed-off-by: Raphaël Poggi Applied, thanks I replaced the hardcoded values with the existing defines whily applying

[PATCH v2] mach-at91: declare device tree clock

2014-09-08 Thread Raphaël Poggi
This commit use the clkdev_add_physbase function, to declare device tree and non device tree gpio clocks. Signed-off-by: Raphaël Poggi --- arch/arm/mach-at91/at91sam9g45.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/a