Hi everyone,

This patch series renames the clock nodes in sunxi dts to conform
to device tree naming conventions, i.e. clk@N. Dummy clocks that
will be renamed/removed later, or clocks sharing registers are not
renamed.

Renamed clock nodes have clock-output-names properties added to
desginate their names. Support for this is added in the first
patch.

The last patch, which enables i2c controllers on Cubietruck, is
independent of the others.


Cheers
ChenYu


Chen-Yu Tsai (6):
  clk: sunxi: Add clock-output-names dt property support
  arm: dts: sun4i: rename clock node names to clk@N
  arm: dts: sun5i: rename clock node names to clk@N
  arm: dts: sun6i: rename clock node names to clk@N
  arm: dts: sun7i: rename clock node names to clk@N
  arm: sun7i: cubietruck: Enable the i2c controllers

 arch/arm/boot/dts/sun4i-a10.dtsi           | 24 ++++++++++++++----------
 arch/arm/boot/dts/sun5i-a10s.dtsi          | 24 ++++++++++++++----------
 arch/arm/boot/dts/sun5i-a13.dtsi           | 24 ++++++++++++++----------
 arch/arm/boot/dts/sun6i-a31.dtsi           | 12 +++++++-----
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 18 ++++++++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi           | 19 +++++++++++--------
 drivers/clk/sunxi/clk-sunxi.c              | 15 +++++++--------
 7 files changed, 85 insertions(+), 51 deletions(-)

-- 
1.8.5.2

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to