ker...@martin.sperl.org writes:

> From: Martin Sperl <ker...@martin.sperl.org>
>
> Add definitions for the following clocks:
> * AVE0
> * DFT
> * GP0
> * GP1
> * GP2
> * PULSE
> * SLIM
> * SMI
> * TEC
>
> Signed-off-by: Martin Sperl <ker...@martin.sperl.org>
> ---

> +     [BCM2835_CLOCK_DFT]     = REGISTER_PER_CLK(
> +             .name = "dft",
> +             .ctl_reg = CM_DFTCTL,
> +             .div_reg = CM_DFTDIV,
> +             .int_bits = 5,
> +             .frac_bits = 0),
> +     [BCM2835_CLOCK_DFT]     = REGISTER_PER_CLK(
> +             .name = "dpi",
> +             .ctl_reg = CM_DPICTL,
> +             .div_reg = CM_DPIDIV,
> +             .int_bits = 4,
> +             .frac_bits = 8),

Oh, I see you've also doubled up the DFT definition here, when it seems
you meant to define DPI.  I've added a DPI enum value to fix it.

Attachment: signature.asc
Description: PGP signature

Reply via email to