clk: set flags in the ccf registration routines
authorDario Binacchi <dariobin@libero.it>
Mon, 13 Apr 2020 12:36:27 +0000 (14:36 +0200)
committerLukasz Majewski <lukma@denx.de>
Mon, 24 Aug 2020 09:03:26 +0000 (11:03 +0200)
commit16bdc85b488dd2f9463a71d6aa09bdf5ea9a9978
treecbf9247c78ad6be5ad628ab73cc32975bcf4099d
parentcd16c57bd0d6c498d5c180d70c6f0f690e9c32de
clk: set flags in the ccf registration routines

The top-level framework flags are passed as parameter to the common
clock framework (ccf) registration routines without being used.
Checks of the flags setting added by the patch have been added in the
ccf test.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/clk/clk-composite.c
drivers/clk/clk-divider.c
drivers/clk/clk-fixed-factor.c
drivers/clk/clk-gate.c
drivers/clk/clk-mux.c
drivers/clk/clk_sandbox_ccf.c
test/dm/clk_ccf.c