clk: sandbox: Create a special fixed-rate driver
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:24 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commit8813986dfde89ae2eab2a2315e1d23e4784c3d88
tree5190de0581e5accc73701318124a1fe23e218853
parent4ddc91b32f9fc2292686dffe0159e2679362f78b
clk: sandbox: Create a special fixed-rate driver

Create a version of this driver for sandbox so that it can use the
of-platdata struct.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dtsi
arch/sandbox/include/asm/clk.h
drivers/clk/clk_sandbox.c
test/dm/of_platdata.c