From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] ARM: shmobile: r8a7791: add MLB+ clock Date: Mon, 12 Jan 2015 23:40:21 +0300 Message-ID: <54B43135.6000002@cogentembedded.com> References: <7846462.yepFC759KH@wasted.cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7846462.yepFC759KH@wasted.cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org To: horms@verge.net.au, linux-sh@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hello. On 12/18/2014 11:43 PM, Sergei Shtylyov wrote: > From: Andrey Gusakov > Add MLB+ clock to R8A7791 device tree. > Signed-off-by: Andrey Gusakov > [Sergei: rebased, renamed, added changelog] > Signed-off-by: Sergei Shtylyov > --- > This patch is against 'renesas-devel-20141218-v3.18' tag of Simon Horman's > 'renesas.git' repo. > arch/arm/boot/dts/r8a7791.dtsi | 10 +++++----- > include/dt-bindings/clock/r8a7791-clock.h | 1 + > 2 files changed, 6 insertions(+), 5 deletions(-) > Index: renesas/arch/arm/boot/dts/r8a7791.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi > +++ renesas/arch/arm/boot/dts/r8a7791.dtsi > @@ -1154,17 +1154,17 @@ > mstp8_clks: mstp8_clks@e6150990 { > compatible = "renesas,r8a7791-mstp-clocks", "renesas,cpg-mstp-clocks"; > reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>; > - clocks = <&zg_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>, <&p_clk>, > - <&zs_clk>, <&zs_clk>; > + clocks = <&hp_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>, Oops, the first two clocks need to be swapped. I'll send a fix (since this patch has been merged already). > + <&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>; > #clock-cells = <1>; > clock-indices = < > - R8A7791_CLK_IPMMU_SGX > + R8A7791_CLK_IPMMU_SGX R8A7791_CLK_MLB > R8A7791_CLK_VIN2 R8A7791_CLK_VIN1 R8A7791_CLK_VIN0 > R8A7791_CLK_ETHER R8A7791_CLK_SATA1 R8A7791_CLK_SATA0 > >; [...] WBR, Sergei