aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_sandbox_test.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-15 17:48:52 -0500
committerTom Rini <trini@konsulko.com>2023-12-15 17:48:52 -0500
commit39b4b2d9ecd7e9ceba17673bb1411f2d640a0b11 (patch)
tree99d489ac9d54d61a895188157cea3a6a31297ef3 /drivers/clk/clk_sandbox_test.c
parent3ac22891cfc0dc6d8eec25d2b0fbdd2eb8f3d3ed (diff)
parent97d65b32d76cb3b8297cd8aa2c1f0caab5ab6c57 (diff)
Merge tag 'clk-2024.01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-clk
clock changes for u-boot/master This has some clock fixes which should go in before the release. It's a bit late in the cycle, but most of these have tests to go along with them. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'drivers/clk/clk_sandbox_test.c')
-rw-r--r--drivers/clk/clk_sandbox_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk_sandbox_test.c b/drivers/clk/clk_sandbox_test.c
index 5807a454f3..c695b69321 100644
--- a/drivers/clk/clk_sandbox_test.c
+++ b/drivers/clk/clk_sandbox_test.c
@@ -15,6 +15,7 @@ static const char * const sandbox_clk_test_names[] = {
[SANDBOX_CLK_TEST_ID_FIXED] = "fixed",
[SANDBOX_CLK_TEST_ID_SPI] = "spi",
[SANDBOX_CLK_TEST_ID_I2C] = "i2c",
+ [SANDBOX_CLK_TEST_ID_I2C_ROOT] = "i2c_root",
};
int sandbox_clk_test_get(struct udevice *dev)