From: Kuninori Morimoto Date: Thu, 5 Dec 2013 01:32:54 +0000 (-0800) Subject: ARM: shmobile: sh73a0: add FSI support via DTSI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=63b1303d1922f7660bd9e90da56dfbf93134c5aa;p=linux-beck.git ARM: shmobile: sh73a0: add FSI support via DTSI Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index 241c8cdaeaa1..c460dd229b13 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -243,4 +243,13 @@ gpio-controller; #gpio-cells = <2>; }; + + sh_fsi2: sound@ec230000 { + #sound-dai-cells = <1>; + compatible = "renesas,sh_fsi2"; + reg = <0xec230000 0x400>; + interrupt-parent = <&gic>; + interrupts = <0 146 0x4>; + status = "disabled"; + }; };