mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-24 02:07:34 +03:00
tegra: hwpm: next4: Add next4 chip support
Add HWPM driver support for Next4 chip. Jira MSST-821 Signed-off-by: vasukis <vasukis@nvidia.com> Change-Id: Idc9c99653fa814a24fcab22735ae258f6f1a3f1c Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3250030 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Besar Wicaksono <bwicaksono@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
f4b7bb9ead
commit
cda058bccc
@@ -45,6 +45,9 @@ static const struct of_device_id tegra_soc_hwpm_of_match[] = {
|
||||
},
|
||||
#ifdef CONFIG_TEGRA_NEXT1_HWPM
|
||||
#include <os/linux/next1_driver.h>
|
||||
#endif
|
||||
#ifdef CONFIG_TEGRA_NEXT4_HWPM
|
||||
#include <os/linux/next4_driver.h>
|
||||
#endif
|
||||
{ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user