Hi Sergei, Thank you for the patch. On Sunday 22 February 2015 01:11:25 Sergei Shtylyov wrote: > Describe the GPIO clocks in the R8A7794 device tree. > > Based on the original patch by Koji Matsuoka <koji.matsuoka.xm@xxxxxxxxxxx>. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > --- > arch/arm/boot/dts/r8a7794.dtsi | 22 ++++++++++++++-------- > 1 file changed, 14 insertions(+), 8 deletions(-) > > Index: renesas/arch/arm/boot/dts/r8a7794.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi > +++ renesas/arch/arm/boot/dts/r8a7794.dtsi > @@ -651,16 +651,22 @@ > mstp9_clks: mstp9_clks@e6150994 { > compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp- clocks"; > reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>; > - clocks = <&cpg_clocks R8A7794_CLK_QSPI>, <&hp_clk>, <&hp_clk>, > - <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>; > + clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, > + <&cp_clk>, <&cp_clk>, <&cp_clk>, > + <&cpg_clocks R8A7794_CLK_QSPI>, <&hp_clk>, <&hp_clk>, > + <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>; > #clock-cells = <1>; > - clock-indices = < > - R8A7794_CLK_QSPI_MOD R8A7794_CLK_I2C5 R8A7794_CLK_I2C4 > - R8A7794_CLK_I2C3 R8A7794_CLK_I2C2 R8A7794_CLK_I2C1 > - R8A7794_CLK_I2C0 > - >; > + clock-indices = <R8A7794_CLK_GPIO6 R8A7794_CLK_GPIO5 > + R8A7794_CLK_GPIO4 R8A7794_CLK_GPIO3 > + R8A7794_CLK_GPIO2 R8A7794_CLK_GPIO1 > + R8A7794_CLK_GPIO0 R8A7794_CLK_QSPI_MOD > + R8A7794_CLK_I2C5 R8A7794_CLK_I2C4 > + R8A7794_CLK_I2C3 R8A7794_CLK_I2C2 > + R8A7794_CLK_I2C1 R8A7794_CLK_I2C0>; > clock-output-names = > - "qspi_mod", "i2c5", "i2c4", "i2c3", "i2c2", "i2c1", "i2c0"; > + "gpio6", "gpio5", "gpio4", "gpio3", "gpio2", > + "gpio1", "gpio0", "qspi_mod", > + "i2c5", "i2c4", "i2c3", "i2c2", "i2c1", "i2c0"; > }; > mstp11_clks: mstp11_clks@e615099c { > compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp- clocks"; -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html