Re: [PATCH 3/4] ASoC: pxa: add binding for pxa2xx-ac97 audio complex

From: Robert Jarzmik
Date: Fri Feb 26 2016 - 17:37:33 EST


Rob Herring <robh@xxxxxxxxxx> writes:

>> +Example:
>> + ac97: sound@40500000 {
>> + compatible = "marvell,pxa2xx-ac97";
>> + reg = < 0x40500000 0x1000 >;
>> + interrupts = <14>;
>> + reset-gpio = <&gpio 113 GPIO_ACTIVE_HIGH>;
>> + #sound-dai-cells = <1>;
>> + pinctrl-names = "default";
>> + pinctrl-0 = < &pmux_ac97_default >;
>> + status = "okay";
>
> No clocks prop, yet required.
Ah yeah, that's a good catch, thanks.

I'll resubmit once my discussion with Mark on ac97 will be finished, which might
takes monthes given all I have to do lately.

Cheers.

--
Robert