[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1778362.3usrUlJmIK@avalon>
Date: Wed, 22 Oct 2014 17:57:12 +0300
From: Laurent Pinchart <laurent.pinchart@...asonboard.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>,
linux-sh@...r.kernel.org
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Simon Horman <horms+renesas@...ge.net.au>,
Magnus Damm <magnus.damm@...il.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add TMU0 and TMU1 device nodes
Hi Geert,
Thank you for the patch.
On Wednesday 22 October 2014 11:38:28 Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
Simon has posted a very similar patch as "[PATCH v2 19/30] ARM: shmobile:
r8a7740: Add TMU nodes", you might want to credit him.
Acked-by: Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>
> ---
> arch/arm/boot/dts/r8a7740.dtsi | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
> index 559bd39e778bddaf..aec8da89ef9ac766 100644
> --- a/arch/arm/boot/dts/r8a7740.dtsi
> +++ b/arch/arm/boot/dts/r8a7740.dtsi
> @@ -335,6 +335,34 @@
> status = "disabled";
> };
>
> + tmu0: timer@...80000 {
> + compatible = "renesas,tmu-r8a7740", "renesas,tmu";
> + reg = <0xfff80000 0x2c>;
> + interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>,
> + <0 199 IRQ_TYPE_LEVEL_HIGH>,
> + <0 200 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7740_CLK_TMU0>;
> + clock-names = "fck";
> +
> + #renesas,channels = <3>;
> +
> + status = "disabled";
> + };
> +
> + tmu1: timer@...90000 {
> + compatible = "renesas,tmu-r8a7740", "renesas,tmu";
> + reg = <0xfff90000 0x2c>;
> + interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>,
> + <0 171 IRQ_TYPE_LEVEL_HIGH>,
> + <0 172 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7740_CLK_TMU1>;
> + clock-names = "fck";
> +
> + #renesas,channels = <3>;
> +
> + status = "disabled";
> + };
> +
> clocks {
> #address-cells = <1>;
> #size-cells = <1>;
--
Regards,
Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists