Commit 63b1303d authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: sh73a0: add FSI support via DTSI

parent 1fd21956
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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";
	};
};