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.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html