From: Kuninori Morimoto Date: Wed, 4 Dec 2013 01:28:41 +0000 (-0800) Subject: ARM: shmobile: r8a7740: add FSI support via DTSI X-Git-Tag: next-20131212~94^2^5~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=efcd869b7c5ef0cff5887842afe2c184e509807a;p=karo-tx-linux.git ARM: shmobile: r8a7740: add FSI support via DTSI Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi index b1c2ed961eed..52255bf1e867 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"; + }; };