[PATCH v3 3/5] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile

Orson Zhai orsonzhai at gmail.com
Tue Dec 2 18:35:45 PST 2014


Hi, Mark,

On 2014年11月27日 19:50, Mark Rutland wrote:
>> >+       clocks {
>> >+               clk26mhz: clk26mhz {
>> >+                       compatible = "fixed-clock";
>> >+                       #clock-cells = <0>;
>> >+                       clock-frequency = <26000000>;
>> >+               };
>> >+       };
> Get rid of the "clocks" container node. There's no need for it.
We are going to add more clk nodes when relative device drivers being 
committed.
Could we reserve clocks{} here for future use?
Or we remove it now and add it back when needed?

Thanks,
Orson
> Thanks,
> Mark.




More information about the linux-arm-kernel mailing list