tegra: dfll: use tune1_low

Signed-off-by: Thomas Makin <halorocker89@gmail.com>
This commit is contained in:
2025-07-13 23:42:25 -05:00
parent b3f48191fc
commit 8a08c5af63

View File

@@ -589,7 +589,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = {
CPUB01_CVB_TABLE, CPUB01_CVB_TABLE,
.cpu_dfll_data = { .cpu_dfll_data = {
.tune0_low = 0x0000ffcf, .tune0_low = 0x0000ffcf,
.tune1 = 0x012207ff, .tune1_low = 0x012207ff,
.tune_high_min_millivolts = 850, .tune_high_min_millivolts = 850,
} }
}, },
@@ -607,7 +607,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = {
.cpu_dfll_data = { .cpu_dfll_data = {
.tune0_low = 0x0000ffa0, .tune0_low = 0x0000ffa0,
.tune0_high = 0x0000ffff, .tune0_high = 0x0000ffff,
.tune1 = 0x021107ff, .tune1_low = 0x021107ff,
.tune_high_min_millivolts = 850, .tune_high_min_millivolts = 850,
} }
}, },
@@ -619,7 +619,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = {
.cpu_dfll_data = { .cpu_dfll_data = {
.tune0_low = 0x0000ff90, .tune0_low = 0x0000ff90,
.tune0_high = 0x0000ffff, .tune0_high = 0x0000ffff,
.tune1 = 0x021107ff, .tune1_low = 0x021107ff,
.tune_high_min_millivolts = 850, .tune_high_min_millivolts = 850,
} }
}, },
@@ -630,7 +630,7 @@ static struct cvb_table tegra210b01_cpu_cvb_tables[] = {
CPUB01_CVB_TABLE, CPUB01_CVB_TABLE,
.cpu_dfll_data = { .cpu_dfll_data = {
.tune0_low = 0x0000ffcf, .tune0_low = 0x0000ffcf,
.tune1 = 0x012207ff, .tune1_low = 0x012207ff,
.tune_high_min_millivolts = 850, .tune_high_min_millivolts = 850,
} }
}, },