[alsa-devel] [PATCH v7 10/13] dt-bindings: Add qcom slimbus controller bindings

Srinivas Kandagatla srinivas.kandagatla at linaro.org
Thu Nov 16 10:42:28 CET 2017


Thanks for the review,

On 16/11/17 05:19, Rob Herring wrote:
>> +	entry should be used.
>> + - reg-name for slew rate: "slew"
> reg-names
> 
> I'd prefer it be explicit as to which compatibles do or don't have this
> register.
Makes sense, I will take this in before sending next version.
> 
>> +
>> +Example:
>> +
>> +	slim at 28080000 {
>> +		compatible = "qcom,apq8064-slim", "qcom,slim";
>> +		reg = <0x28080000 0x2000>,
> error                                    ^
> 
thanks for spotting.. will fix this.
>> +		interrupts = <0 33 0>;
>> +		clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
>> +		clock-names = "iface", "core";
>> +		#address-cells = <2>;
>> +		#size-cell = <0>;
>> +
>> +		codec: wcd9310 at 1,0{
> Use generic node names:
> 
> wcd9310: audio-codec at 1,0
Yep, will do that.

thanks,
srini
> 


More information about the Alsa-devel mailing list