[linux-sunxi] Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-08 Thread Maxime Ripard
On Thu, May 08, 2014 at 11:40:59AM +0800, Chen-Yu Tsai wrote: + apb0_gates: apb0_gates_clk { + compatible = allwinner,sun6i-a31-apb0-gates-clk; + #clock-cells = 1; + clocks = apb0;

[linux-sunxi] Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 16:29, Maxime Ripard wrote: On Thu, May 08, 2014 at 11:40:59AM +0800, Chen-Yu Tsai wrote: + apb0_gates: apb0_gates_clk { + compatible = allwinner,sun6i-a31-apb0-gates-clk; + #clock-cells = 1; +

[linux-sunxi] Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-07 Thread Maxime Ripard
On Wed, May 07, 2014 at 07:25:54PM +0200, Boris BREZILLON wrote: Add DT definitions for PRCM (Power/Reset/Clock Management) clock and reset controller subdevices. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- arch/arm/boot/dts/sun6i-a31.dtsi | 39

[linux-sunxi] Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-07 Thread Chen-Yu Tsai
On Thu, May 8, 2014 at 11:17 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, May 07, 2014 at 07:25:54PM +0200, Boris BREZILLON wrote: Add DT definitions for PRCM (Power/Reset/Clock Management) clock and reset controller subdevices. Signed-off-by: Boris BREZILLON