dm: test: Add a test for of-platdata phandles
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 17:31:32 +0000 (11:31 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
commit88280529bddf0bd05c90db42b6c8e48de954cf66
treea3b4296ebe6275b21447d98946dab195ca626cbd
parent36af37b9367677f16b09c7d57fb84674979a7a2b
dm: test: Add a test for of-platdata phandles

We have a test in dtoc for this feature, but not one in U-Boot itself.
Add a simple test that checks that the information comes through
correctly.

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