linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi
@ 2013-07-24  3:45 Magnus Damm
  2013-07-31  6:39 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2013-07-24  3:45 UTC (permalink / raw)
  To: linux-kernel; +Cc: koba, Magnus Damm, horms, linux-sh

From: Magnus Damm <damm@opensource.se>

Add PMU information to sh73a0.dtsi. With this
included KZM9G DT reference may use the PMU.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/sh73a0.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

--- 0001/arch/arm/boot/dts/sh73a0.dtsi
+++ work/arch/arm/boot/dts/sh73a0.dtsi	2013-07-24 04:12:57.000000000 +0900
@@ -38,6 +38,12 @@
 		      <0xf0000100 0x100>;
 	};
 
+	pmu {
+		compatible = "arm,cortex-a9-pmu";
+		interrupts = <0 55 4>,
+			     <0 56 4>;
+	};
+
 	irqpin0: irqpin@e6900000 {
 		compatible = "renesas,intc-irqpin";
 		#interrupt-cells = <2>;

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

* Re: [PATCH] ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi
  2013-07-24  3:45 [PATCH] ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi Magnus Damm
@ 2013-07-31  6:39 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-07-31  6:39 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-kernel, koba, linux-sh

On Wed, Jul 24, 2013 at 12:45:03PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Add PMU information to sh73a0.dtsi. With this
> included KZM9G DT reference may use the PMU.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I will queue this up for v3.12 in the dt2 branch.

> ---
> 
>  arch/arm/boot/dts/sh73a0.dtsi |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> --- 0001/arch/arm/boot/dts/sh73a0.dtsi
> +++ work/arch/arm/boot/dts/sh73a0.dtsi	2013-07-24 04:12:57.000000000 +0900
> @@ -38,6 +38,12 @@
>  		      <0xf0000100 0x100>;
>  	};
>  
> +	pmu {
> +		compatible = "arm,cortex-a9-pmu";
> +		interrupts = <0 55 4>,
> +			     <0 56 4>;
> +	};
> +
>  	irqpin0: irqpin@e6900000 {
>  		compatible = "renesas,intc-irqpin";
>  		#interrupt-cells = <2>;
> 

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

end of thread, other threads:[~2013-07-31  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24  3:45 [PATCH] ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi Magnus Damm
2013-07-31  6:39 ` Simon Horman

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).