[PATCH v4 5/7] clk: zx: add clock support to zx296702

Arnd Bergmann arnd at arndb.de
Fri May 15 13:32:14 PDT 2015


On Tuesday 28 April 2015 17:18:09 Jun Nie wrote:
> diff --git a/include/dt-bindings/clock/zx296702-clock.h b/include/dt-bindings/clock/zx296702-clock.h
> new file mode 100644
> index 0000000..c5e7ec2
> --- /dev/null
> +++ b/include/dt-bindings/clock/zx296702-clock.h
> @@ -0,0 +1,162 @@
> +/*
> + * Copyright 2014 Linaro Ltd.
> + * Copyright (C) 2014 ZTE Corporation.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
> +
> +#ifndef __DT_BINDINGS_CLOCK_ZX296702_H
> +#define __DT_BINDINGS_CLOCK_ZX296702_H
> +
> +#define ZX296702_OSC                           0
> +#define ZX296702_PLL_A9                                1
> +#define ZX296702_PLL_A9_350M                   2
> +#define ZX296702_PLL_MAC_1000M                 3
> +#define ZX296702_PLL_MAC_333M                  4
> +#define ZX296702_PLL_MM0_1188M                 5
> +#define ZX296702_PLL_MM0_396M                  6
> +#define ZX296702_PLL_MM0_198M                  7
> +#define ZX296702_PLL_MM1_108M                  8
> +#define ZX296702_PLL_MM1_72M                   9
> 

No objections for this driver going through Mike's tree, but as I said
if you want the dts file to be merged in the same merge window, it would
be best to avoid the header file.

	Arnd



More information about the linux-arm-kernel mailing list