]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7effb114ff96b436c0f2f3ceea9b04dea2034c00
treea3b4296ebe6275b21447d98946dab195ca626cbd
parent21220b4e5690ba00e8c616362cd47a06487a3473
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