aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-06-24 15:50:50 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 14:50:30 +0200
commit87e460c304ad6030bc2aab89edd44e433290d5bc (patch)
tree26f581f81b66987392ac55ec6d3b06c72b656994 /arch/sandbox
parent5da0095e3a670fe61a3421a2a826514a61a687e0 (diff)
downloadu-boot-87e460c304ad6030bc2aab89edd44e433290d5bc.zip
u-boot-87e460c304ad6030bc2aab89edd44e433290d5bc.tar.gz
u-boot-87e460c304ad6030bc2aab89edd44e433290d5bc.tar.bz2
clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]
This patch provides code to implement the CCF clock tree in sandbox. It uses all the introduced primitives; some generic ones are reused, some sandbox specific were developed. In that way (after introducing the real CCF tree in sandbox) the recently added to clk-uclass.c: clk_get_by_id() and clk_get_parent_rate() are tested in their natural work environment. Usage (sandbox_defconfig and sandbox_flattree_defconfig): ./u-boot --fdt arch/sandbox/dts/test.dtb --command "ut dm clk_ccf" Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 0dd5e8d..9b65adc 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -232,6 +232,10 @@
clock-names = "fixed", "i2c", "spi";
};
+ ccf: clk-ccf {
+ compatible = "sandbox,clk-ccf";
+ };
+
eth@10002000 {
compatible = "sandbox,eth";
reg = <0x10002000 0x1000>;