mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-24 02:07:34 +03:00
tegra: hwpm: add clk rate as chip variable
LA clock rate is specific to a chip. Move LA clock rate macro as a chip specific variable. Set la_clk_rate variable to correct value for T234 and TH500 chips. Jira THWPM-112 Change-Id: I962cf579aed33d91d0abbfb8a44fc4063dc8444c Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3140419 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ab110e5f27
commit
095fc3dea0
@@ -463,6 +463,9 @@ struct hwpm_ip {
|
||||
struct tegra_soc_hwpm;
|
||||
|
||||
struct tegra_soc_hwpm_chip {
|
||||
/* Max LA Clock rate */
|
||||
u64 la_clk_rate;
|
||||
|
||||
/* Array of pointers to active IP structures */
|
||||
struct hwpm_ip **chip_ips;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user