Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>

authored by

Eric Millbrandt and committed by
Anatolij Gustschin
f4221a7a 6f0c0580

+6 -1
+6 -1
arch/powerpc/boot/dts/pcm030.dts
··· 59 59 #gpio-cells = <2>; 60 60 }; 61 61 62 - psc@2000 { /* PSC1 in ac97 mode */ 62 + audioplatform: psc@2000 { /* PSC1 in ac97 mode */ 63 63 compatible = "mpc5200b-psc-ac97","fsl,mpc5200b-psc-ac97"; 64 64 cell-index = <0>; 65 65 }; ··· 133 133 134 134 localbus { 135 135 status = "disabled"; 136 + }; 137 + 138 + sound { 139 + compatible = "phytec,pcm030-audio-fabric"; 140 + asoc-platform = <&audioplatform>; 136 141 }; 137 142 };