Skip to content

Commit 2d14bf9

Browse files
thierryredingvireshk
authored andcommitted
cpufreq: tegra194: Rename Tegra239 to Tegra238
This chip identifies as Tegra238, so update the device tree compatible string and data structures associated with it to use the correct name. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent a3e93d8 commit 2d14bf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/cpufreq/tegra194-cpufreq.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ static const struct tegra_cpufreq_soc tegra234_cpufreq_soc = {
196196
.refclk_delta_min = 16000,
197197
};
198198

199-
static const struct tegra_cpufreq_soc tegra239_cpufreq_soc = {
199+
static const struct tegra_cpufreq_soc tegra238_cpufreq_soc = {
200200
.ops = &tegra234_cpufreq_ops,
201201
.actmon_cntr_base = 0x4000,
202202
.maxcpus_per_cluster = 8,
@@ -807,7 +807,7 @@ static void tegra194_cpufreq_remove(struct platform_device *pdev)
807807
static const struct of_device_id tegra194_cpufreq_of_match[] = {
808808
{ .compatible = "nvidia,tegra194-ccplex", .data = &tegra194_cpufreq_soc },
809809
{ .compatible = "nvidia,tegra234-ccplex-cluster", .data = &tegra234_cpufreq_soc },
810-
{ .compatible = "nvidia,tegra239-ccplex-cluster", .data = &tegra239_cpufreq_soc },
810+
{ .compatible = "nvidia,tegra238-ccplex-cluster", .data = &tegra238_cpufreq_soc },
811811
{ /* sentinel */ }
812812
};
813813
MODULE_DEVICE_TABLE(of, tegra194_cpufreq_of_match);

0 commit comments

Comments
 (0)