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

Commit f4221a7a authored by Eric Millbrandt's avatar Eric Millbrandt Committed by Anatolij Gustschin
Browse files

powerpc/pcm030: add pcm030-audio-fabric to dts



Add a node for the pcm030-audio-fabric ASoC driver

Signed-off-by: default avatarEric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 6f0c0580
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
			#gpio-cells = <2>;
		};

		psc@2000 { /* PSC1 in ac97 mode */
		audioplatform: psc@2000 { /* PSC1 in ac97 mode */
			compatible = "mpc5200b-psc-ac97","fsl,mpc5200b-psc-ac97";
			cell-index = <0>;
		};
@@ -134,4 +134,9 @@
	localbus {
		status = "disabled";
	};

	sound {
		compatible = "phytec,pcm030-audio-fabric";
		asoc-platform = <&audioplatform>;
	};
};