[v3 07/17] drivers: clk: Add memory clock driver for Intel N5X device

Ley Foon Tan lftan.linux at gmail.com
Thu Jul 8 18:19:02 CEST 2021


On Sun, Jun 13, 2021 at 4:49 PM Siew Chin Lim
<elly.siew.chin.lim at intel.com> wrote:
>
> Add memory clock manager driver for N5X. Provides memory clock
> initialization and enable functions.
>
> Signed-off-by: Siew Chin Lim <elly.siew.chin.lim at intel.com>
>
> ---
> v3:
> - Use BIT() and GENMASK() macro for all *MASK macro
>
> v2:
> - common.h need to be included before clock_manager.h
> - For consistency, use small letter fo 0x0c and 0x1c in macros
> ---
>  drivers/clk/altera/Makefile      |   1 +
>  drivers/clk/altera/clk-mem-n5x.c | 136 +++++++++++++++++++++++++++++++
>  drivers/clk/altera/clk-mem-n5x.h |  84 +++++++++++++++++++
>  3 files changed, 221 insertions(+)
>  create mode 100644 drivers/clk/altera/clk-mem-n5x.c
>  create mode 100644 drivers/clk/altera/clk-mem-n5x.h
>

Reviewed-by: Ley Foon Tan <lftan.linux at gmail.com>

Regards
Ley Foon


More information about the U-Boot mailing list