commit | c98b8027408338697dc09f5a41fef5d16c3929a3 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Mon Apr 13 14:36:26 2020 +0200 |
committer | Lukasz Majewski <lukma@denx.de> | Mon Aug 24 11:03:26 2020 +0200 |
tree | 447c890d5b4bd56f1e7e08d42f92bc40a8060816 | |
parent | 8252da0f23d1fa4709d9aaa0592ac1c3c68fdeea [diff] |
dm: test: clk: add the test for the ccf gated clock Unlike the other clock types, in the case of the gated clock, a new driver has been developed which does not use the registering routine provided by the common clock framework. The addition of the ecspi0 clock to sandbox therefore allows testing the ccf gate clock. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>