dm: test: Add tests for the clk uclass

Add tests of each API call using a sandbox clock device.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2015-07-06 12:54:24 -06:00
parent c02790ce12
commit 6a1c7cef14
7 changed files with 162 additions and 0 deletions

View file

@ -105,6 +105,10 @@
compatible = "denx,u-boot-fdt-test";
};
clk@0 {
compatible = "sandbox,clk";
};
eth@10002000 {
compatible = "sandbox,eth";
reg = <0x10002000 0x1000>;