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

  • From: Orson Zhai <orsonzhai@xxxxxxxxx>
  • To: Mark Rutland <mark.rutland@xxxxxxx>, Chunyan Zhang <chunyan.zhang@xxxxxxxxxxxxxx>
  • Date: Wed, 03 Dec 2014 10:35:45 +0800

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.


Other related posts: