[PATCH v3 4/4] ARM: dts: add initial MVF600 Tower board dts support

Lu Jingchang-B35083 B35083 at freescale.com
Mon May 20 01:01:47 EDT 2013


>> +
>> +	sound {
>> +		compatible = "fsl,mvf600-audio-sgtl5000";
>> +		model = "mvf600-sgtl5000";
>> +		sai-controller = <&sai2>;
>> +		audio-codec = <&codec>;
>> +		audio-routing =
>> +			"MIC_IN", "Mic Jack",
>> +			"Mic Jack", "Mic Bias",
>> +			"Headphone Jack", "HP_OUT";
>> +	};
>
>Has this been tested against mainline kernel?  If not, please remove it.
>
>> +	clock-frequency = <100000>;
>> +	pinctrl-names = "default";
>> +	pinctrl-0 = <&pinctrl_i2c0_1>;
>> +
>> +	codec: sgtl5000 at 0a {
>> +		compatible = "fsl,sgtl5000";
>> +		reg = <0x0a>;
>> +		clocks = <&clks MVF600_CLK_SAI2>;
>
>The sgtl5000 uses SAI2 clock?
[Lu Jingchang-B35083] 
  Yes, the sgtl5000 uses the SAI2 clock on MVF600 Tower board. Thanks!
>
>> +	};
>> +};
>
>Is i2c-imx driver working for mvf600 right now?
>
>
>Do we have a QuadSPI driver on mainline kernel?  Please only add it when
>it's been tested against mainline kernel.
[Lu Jingchang-B35083] 
 Sound, I2C, QuadSPI and SAI added in the initial dts have been test locally on the mainline kernel, and the patches will be sent to maillist later. Thanks!





More information about the linux-arm-kernel mailing list