linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 05/10] ARM: shmobile: sh73a0: Add CMT1 device to DT
@ 2014-09-02  9:13 Ulrich Hecht
  2014-09-09 21:52 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2014-09-02  9:13 UTC (permalink / raw)
  To: linux-sh

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 arch/arm/boot/dts/sh73a0.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index dad8404..39cb4cf 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -49,6 +49,18 @@
 			     <0 56 IRQ_TYPE_LEVEL_HIGH>;
 	};
 
+	cmt1: timer@e6138000 {
+		compatible = "renesas,cmt-48";
+		reg = <0xe6138000 0x200>;
+		interrupts = <0 65 IRQ_TYPE_LEVEL_HIGH>;
+		clocks = <&mstp3_clks SH73A0_CLK_CMT1>;
+		clock-names = "fck";
+
+		renesas,channels-mask = <0x3f>;
+
+		status = "disabled";
+	};
+
 	irqpin0: irqpin@e6900000 {
 		compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
 		#interrupt-cells = <2>;
-- 
1.8.4.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 05/10] ARM: shmobile: sh73a0: Add CMT1 device to DT
  2014-09-02  9:13 [PATCH v2 05/10] ARM: shmobile: sh73a0: Add CMT1 device to DT Ulrich Hecht
@ 2014-09-09 21:52 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2014-09-09 21:52 UTC (permalink / raw)
  To: linux-sh

Hi Ulrich,

Thank you for the patch.

On Tuesday 02 September 2014 11:13:01 Ulrich Hecht wrote:
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/boot/dts/sh73a0.dtsi | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
> index dad8404..39cb4cf 100644
> --- a/arch/arm/boot/dts/sh73a0.dtsi
> +++ b/arch/arm/boot/dts/sh73a0.dtsi
> @@ -49,6 +49,18 @@
>  			     <0 56 IRQ_TYPE_LEVEL_HIGH>;
>  	};
> 
> +	cmt1: timer@e6138000 {
> +		compatible = "renesas,cmt-48";
> +		reg = <0xe6138000 0x200>;
> +		interrupts = <0 65 IRQ_TYPE_LEVEL_HIGH>;
> +		clocks = <&mstp3_clks SH73A0_CLK_CMT1>;
> +		clock-names = "fck";
> +
> +		renesas,channels-mask = <0x3f>;
> +
> +		status = "disabled";
> +	};
> +
>  	irqpin0: irqpin@e6900000 {
>  		compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
>  		#interrupt-cells = <2>;

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02  9:13 [PATCH v2 05/10] ARM: shmobile: sh73a0: Add CMT1 device to DT Ulrich Hecht
2014-09-09 21:52 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).