riscv: Add place-holder asm/arch/clk.h for driver compilation
authorAnup Patel <Anup.Patel@wdc.com>
Mon, 25 Feb 2019 08:14:24 +0000 (08:14 +0000)
committerAndes <uboot@andestech.com>
Wed, 27 Feb 2019 01:12:33 +0000 (09:12 +0800)
commit1fa625b8e4b299560e3d3f705e0ea9efc01187ad
tree79795a06b9fd1e5a485bfb9064ac107551b50246
parent70b8562dcf03461cd01bcacab7520c7d1485176c
riscv: Add place-holder asm/arch/clk.h for driver compilation

Some of the drivers (such as Cadence MACB ethernet driver) expect
asm/arch/clk.h to be provided by arch support so we add place-holder
asm/arch-generic/clk.h for RISC-V generic CPU.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
arch/riscv/include/asm/arch-generic/clk.h [new file with mode: 0644]