linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] ARM: shmobile: r8a7740: add FSI support via DTSI
@ 2013-12-04  1:28 Kuninori Morimoto
  2013-12-05  5:09 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2013-12-04  1:28 UTC (permalink / raw)
  To: linux-sh

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/boot/dts/r8a7740.dtsi |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index b1c2ed9..52255bf 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -208,4 +208,13 @@
 		cap-sdio-irq;
 		status = "disabled";
 	};
+
+	sh_fsi2: sound@fe1f0000 {
+		#sound-dai-cells = <1>;
+		compatible = "renesas,sh_fsi2";
+		reg = <0xfe1f0000 0x400>;
+		interrupt-parent = <&gic>;
+		interrupts = <0 9 0x4>;
+		status = "disabled";
+	};
 };
-- 
1.7.9.5


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

* Re: [PATCH 2/3] ARM: shmobile: r8a7740: add FSI support via DTSI
  2013-12-04  1:28 [PATCH 2/3] ARM: shmobile: r8a7740: add FSI support via DTSI Kuninori Morimoto
@ 2013-12-05  5:09 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-12-05  5:09 UTC (permalink / raw)
  To: linux-sh

On Tue, Dec 03, 2013 at 05:28:41PM -0800, Kuninori Morimoto wrote:
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm/boot/dts/r8a7740.dtsi |    9 +++++++++
>  1 file changed, 9 insertions(+)

Thanks, I will queue this up.

> 
> diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
> index b1c2ed9..52255bf 100644
> --- a/arch/arm/boot/dts/r8a7740.dtsi
> +++ b/arch/arm/boot/dts/r8a7740.dtsi
> @@ -208,4 +208,13 @@
>  		cap-sdio-irq;
>  		status = "disabled";
>  	};
> +
> +	sh_fsi2: sound@fe1f0000 {
> +		#sound-dai-cells = <1>;
> +		compatible = "renesas,sh_fsi2";
> +		reg = <0xfe1f0000 0x400>;
> +		interrupt-parent = <&gic>;
> +		interrupts = <0 9 0x4>;
> +		status = "disabled";
> +	};
>  };
> -- 
> 1.7.9.5
> 

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

end of thread, other threads:[~2013-12-05  5:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04  1:28 [PATCH 2/3] ARM: shmobile: r8a7740: add FSI support via DTSI Kuninori Morimoto
2013-12-05  5:09 ` 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).