commit | 1d0a50a52c9dbebea32bb76ed44fc14a85474638 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Jul 31 07:01:23 2019 +0000 |
committer | Lukasz Majewski <lukma@denx.de> | Wed Jul 31 09:20:51 2019 +0200 |
tree | 9d5d91776eeb330d7fe1677b465f6b68940a563c | |
parent | 0c9c3e2afbd231606e88ebd2a9ff4a0a1e86764b [diff] |
clk: introduce clk_dev_binded When support Clock Common Framework, U-Boot use dev for clk tree information, there is no clk->parent. When support composite clk, it contains mux/gate/divider, but the mux/gate/divider is not binded with device. So we could not use dev_get_uclass_priv to get the correct clk_mux/gate/divider. So add clk_dev_binded to let choose the correct method. Signed-off-by: Peng Fan <peng.fan@nxp.com>