From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:39 +0000 Subject: [PATCH v4 14/42] clk: sandbox: Create a special fixed-rate driver In-Reply-To: <20210315172537.v4.14.I19f4496f5969eb98afa58ae3021ba330a1c8e899@changeid> References: <20210315172537.v4.14.I19f4496f5969eb98afa58ae3021ba330a1c8e899@changeid> <20210315042553.1932494-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Create a version of this driver for sandbox so that it can use the of-platdata struct. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/dts/sandbox.dtsi | 2 +- arch/sandbox/include/asm/clk.h | 8 ++++++++ drivers/clk/clk_sandbox.c | 33 +++++++++++++++++++++++++++++++++ test/dm/of_platdata.c | 2 +- 4 files changed, 43 insertions(+), 2 deletions(-) Applied to u-boot-dm/next, thanks!