commit | 1a62dc102d776241a14571949b355fe3e8411e1f | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Mon Apr 13 14:36:27 2020 +0200 |
committer | Lukasz Majewski <lukma@denx.de> | Mon Aug 24 11:03:26 2020 +0200 |
tree | cbf9247c78ad6be5ad628ab73cc32975bcf4099d | |
parent | c98b8027408338697dc09f5a41fef5d16c3929a3 [diff] |
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>