Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARM: shmobile: r8a7740: add FSI support via DTSI

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