mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
c2b733c0f0
Add clock manager for N5X. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
12 lines
296 B
C
12 lines
296 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
|
|
*/
|
|
|
|
#ifndef _CLOCK_MANAGER_N5X_
|
|
#define _CLOCK_MANAGER_N5X_
|
|
|
|
#include <asm/arch/clock_manager_soc64.h>
|
|
#include "../../../../../drivers/clk/altera/clk-n5x.h"
|
|
|
|
#endif /* _CLOCK_MANAGER_N5X_ */
|