Audio codec device tree entries
Timur Tabi
timur at freescale.com
Wed Oct 24 01:27:03 EST 2007
Jon Smirl wrote:
> Is this what the device tree entries should look like?
>
> First example is ac97 audio:
>
> ac97 at 2000 { // PSC1
> device_type = "sound";
> compatible = "mpc5200b-psc-ac97\0mpc5200-psc-ac97";
> cell-index = <0>;
> reg = <2000 100>;
> interrupts = <2 1 0>;
> interrupt-parent = <&mpc5200_pic>;
> codec-handle = <&codec0>
> };
I think the codec node should be a child of this node, not a separate node.
Then there should be another codec node as a child of the i2c node. The first
codec node should reference the other one via a phandle (so this part you
already have correct).
More information about the Linuxppc-dev
mailing list