1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-25 16:29:12 +01:00
Files
u-boot-megous/drivers/clk
Lukasz Majewski 87e460c304 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>
2019-07-19 14:50:30 +02:00
..
2018-08-03 19:53:10 -04:00
2018-05-08 18:50:23 -04:00
2019-05-21 07:52:34 +02:00
2018-09-18 00:01:18 -06:00