This patch set is to add full platform dt clock support for mx51 babbage, based on Jason's basic-mx51-dt patch. All mx51 non-dt clocks in clock-mx51-mx53.c are translated to dt ones.
Shawn Guo (5): arm/dts: babbage: add all available clock nodes arm/mxc: add clk member 'rate' to ease dt fixed-clock support arm/dt: mx51: dynamically add clocks per dt nodes arm/dt: mx5: change timer init function to dt clock way of/clock: eliminate function __of_clk_get_from_provider
arch/arm/boot/dts/babbage.dts | 495 +++++++++++- arch/arm/mach-mx5/board-dt.c | 9 +- arch/arm/mach-mx5/clock-mx51-mx53.c | 1401 +++++++++++++++++++++++++++++++- arch/arm/plat-mxc/include/mach/clock.h | 4 + drivers/of/clock.c | 23 +- 5 files changed, 1886 insertions(+), 46 deletions(-)
Regards, Shawn