Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / sirf-audio-codec.txt
blob062f5ec36f9b69fb3a8061642e041e5cd410d486
1 SiRF internal audio CODEC
3 Required properties:
5   - compatible : "sirf,atlas6-audio-codec" or "sirf,prima2-audio-codec"
7   - reg : the register address of the device.
9   - clocks: the clock of SiRF internal audio codec
11 Example:
13 audiocodec: audiocodec@b0040000 {
14         compatible = "sirf,atlas6-audio-codec";
15         reg = <0xb0040000 0x10000>;
16         clocks = <&clks 27>;