Hi Jyri,

On 10/08/2013 10:36 PM, Jyri Sarha wrote:
> @@ -407,6 +442,25 @@
>  
>  #include "tps65910.dtsi"
>  
> +&mcasp1 {
> +             pinctrl-names = "default";
> +             pinctrl-0 = <&am335x_evm_audio_pins>;
> +
> +             status = "okay";
> +
> +             op-mode = <0>;          /* MCASP_IIS_MODE */
> +             tdm-slots = <2>;
> +             /* 16 serializer */
> +             serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
> +                     0 0 1 2
> +                     0 0 0 0
> +                     0 0 0 0
> +                     0 0 0 0
> +             >;

The McASP on AM335x have only 4 serializers.

> +             tx-num-evt = <1>;
> +             rx-num-evt = <1>;
> +};
> +
>  &tps {
>       vcc1-supply = <&vbat>;
>       vcc2-supply = <&vbat>;
> 


-- 
Péter
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to