diff options
Diffstat (limited to 'arch/powerpc/boot/dts/pcm030.dts')
| -rw-r--r-- | arch/powerpc/boot/dts/pcm030.dts | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/pcm030.dts b/arch/powerpc/boot/dts/pcm030.dts index 9e354997eb7..96512c05803 100644 --- a/arch/powerpc/boot/dts/pcm030.dts +++ b/arch/powerpc/boot/dts/pcm030.dts @@ -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>; +	};  };  |