commit | a8592cdd5150ad3766db9e2d738db53a4422bc4e | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Mon Jun 24 15:50:39 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 14:50:30 2019 +0200 |
tree | 56f988a98889e07eb08cd047d07d00d70b907200 | |
parent | 105db9593eb53ab85a48bcc2187ff8770b7958ec [diff] |
clk: Extend struct clk to provide clock type agnostic flags This commit extends the struct clk to provide information regarding the flags related to this devices. Those flags are clk device agnostic and indicate generic features (like e.g. CLK_GET_RATE_NOCACHE - the need to always recalculate the rate). Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>