powerpc/p1022ds: fix audio-related properties in the device tree
authorTimur Tabi <timur@freescale.com>
Wed, 8 Jun 2011 19:03:05 +0000 (14:03 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 22 Jun 2011 11:14:54 +0000 (06:14 -0500)
commitf3fed682f78dfab384d3dc3f9ca7a7338a93c142
tree86fb6bd8b175fc321d8db33aeef643e230fa98b9
parentc02a02ee4db5cd8b95ee3cc705b535f443612583
powerpc/p1022ds: fix audio-related properties in the device tree

On the Freescale P1022DS reference board, the SSI audio controller is
connected in "asynchronous" mode to the codec's clocks, so the device tree
needs an "fsl,ssi-asynchronous" property.

Also remove the clock-frequency property from the wm8776 node, because
the clock is enabled only if U-Boot enables it, and U-Boot will set the
property if the clock is enabled.  A future version of the P1022DS audio
driver will configure the clock itself, but for now, the driver should
not be told that the clock is running when it isn't.

Also fix the FIFO depth to 15, instead of 16.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1022ds.dts
This page took 0.025448 seconds and 5 git commands to generate.