Re: [U-Boot] [PATCH v2 19/37] rockchip: Add a simple 'clock' command

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:45, Simon Glass wrote: > Add a command that displays the PLLs and their current rate. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/mach-rockchip/board.c | 24 > 1 file changed,

[U-Boot] [PATCH v2 19/37] rockchip: Add a simple 'clock' command

2016-01-21 Thread Simon Glass
Add a command that displays the PLLs and their current rate. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-rockchip/board.c | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/mach-rockchip/board.c