[PATCH v4 12/42] clk: sandbox: Move priv/plat data to a header file

Simon Glass sjg at chromium.org
Wed Mar 17 02:28:45 CET 2021


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 at chromium.org>
---

(no changes since v1)

 arch/sandbox/include/asm/clk.h | 16 ++++++++++++++++
 drivers/clk/clk_sandbox.c      |  7 -------
 drivers/clk/clk_sandbox_test.c |  6 ------
 3 files changed, 16 insertions(+), 13 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list