diff mbox

[2/3] ARM: shmobile: r8a7740: add FSI support via DTSI

Message ID 87y541z9o9.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit 8ecc9985cf74962a21ce371b3092189f7f04b370
Headers show

Commit Message

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

Comments

Simon Horman Dec. 5, 2013, 5:09 a.m. UTC | #1
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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";
+	};
 };