]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: sandbox: Move priv/plat data to a header file
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:22 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commitcc7ffd3adc2e30cdd4b7154ecc7bd505ec258366
treec4804509facec3f00bff586f8a1fb2eb9f2f7147
parente8c023c3f95622dace696be2f671a5eb01572c07
clk: sandbox: Move priv/plat data to a header file

At present the structs used by this driver are not accessible outside it,
so cannot be used with OF_PLATDATA_INST. Move them to a header file to
fix this.

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