OSDN Git Service

ARM: shmobile: sh73a0: add FSI support via DTSI
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 5 Dec 2013 01:32:54 +0000 (17:32 -0800)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 12 Dec 2013 12:06:14 +0000 (21:06 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0.dtsi

index 241c8cd..c460dd2 100644 (file)
                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";
+       };
 };