From 7a5aeae4ffe995760e54873b30bdb032eb304eb1 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Tue, 13 Oct 2015 10:44:30 -0700 Subject: devfreq: tegra: add support for t18x Extend devfreq support for t18x Change-Id: I379110f9a1fb0b002b7224374f49a127929a635d Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/816897 Reviewed-on: http://git-master/r/828639 (cherry picked from linux-4.9 commit 4a43088268a3fe87b6208a77e806b4891226f9ff) Reviewed-on: https://git-master.nvidia.com/r/1770134 GVS: Gerrit_Virtual_Submit Reviewed-by: Bitan Biswas Tested-by: Bitan Biswas Reviewed-by: Timo Alho Tested-by: Timo Alho Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/devfreq/governor_pod_scaling.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/devfreq/governor_pod_scaling.c b/drivers/devfreq/governor_pod_scaling.c index 59d90dbb0..0f192970c 100644 --- a/drivers/devfreq/governor_pod_scaling.c +++ b/drivers/devfreq/governor_pod_scaling.c @@ -860,6 +860,7 @@ static int nvhost_pod_init(struct devfreq *df) case TEGRA_CHIPID_TEGRA12: case TEGRA_CHIPID_TEGRA13: case TEGRA_CHIPID_TEGRA21: + case TEGRA_CHIPID_TEGRA18: podgov->p_load_max = 900; podgov->p_load_target = 700; podgov->p_bias = 80; -- cgit v1.2.2