Re: Question about fixed-clock

From: Daniel Mack
Date: Mon Feb 18 2013 - 19:07:34 EST


On Tue, Feb 19, 2013 at 12:55 AM, Daniel Mack <zonque@xxxxxxxxx> wrote:
> Hi,
>
> This might be a stupid question, but I'm somehow stuck here. I'm using a
> driver with the following DTS sub-node:
>
> ref25: ref25M {
> compatible = "fixed-clock";
> #clock-cells = <0>;
> clock-frequency = <25000000>;
> };
>
> clock-generator@0 {
> /* ... */
> #clock-cells = <1>;

Sorry - this is actually <0>.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/