Re: [U-Boot] [PATCH v5] clk: at91: Add clock driver

2016-08-09 Thread Wenyou.Yang
Hi Andreas, Do you have some comments? Best Regards, Wenyou Yang > -Original Message- > From: Wenyou Yang [mailto:wenyou.y...@atmel.com] > Sent: 2016年7月20日 17:55 > To: U-Boot Mailing List > Cc: Stephen Warren ; Andreas Bießmann > ; Simon Glass ; Wenyou Yang > > Subject: [PATCH v5] cl

[U-Boot] [PATCH v5] clk: at91: Add clock driver

2016-07-20 Thread Wenyou Yang
The patch is referred to at91 clock driver of Linux, to make the clock node descriptions in DT aligned with the Linux's. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Changes in v5: - Change clk_client.h -> clk.h to adapt to clk API conversion. - Fix missing semicolon and clk->dev i