msm-mmrm: Moving peak-current threshold to DT

Moving peak-current threshold to DT to ensure that it'll get configured correctly on different targets.

Change-Id: I7c1a7f8dd6ba818f7a1ee14de735729fb6f3abcb
Signed-off-by: Mark Bao <quic_mbao@quicinc.com>
This commit is contained in:
Mark Bao
2022-04-07 17:23:53 -07:00
parent e9bba40066
commit e43dfcd0a0
5 changed files with 18 additions and 12 deletions

View File

@@ -36,12 +36,12 @@ struct nom_clk_src_set {
struct mmrm_clk_platform_resources {
struct platform_device *pdev;
u32 threshold;
u32 scheme;
u32 clsid_threshold_clients[MMRM_MAX_THROTTLE_CLIENTS];
u16 throttle_clients_data_length;
struct voltage_corner_set corner_set;
struct nom_clk_src_set nom_clk_set;
u32 peak_threshold;
};
#endif