nvpmodel MAXP_CORE_DENVER settings

Hi.

In /etc/nvpmodel.conf on my Jetson TX2, I can find the following settings for MAXP_CORE_DENVER.
I assume that this settings enable only one Denver core.
To enable one more Denver core, Do I need to change /sys/devices/system/cpu/cpu2/online from 0 to 1?
I suppose that cpu0 is the master A57 core, cpu1 and cpu2 are Denver.

[i]< POWER_MODEL ID=4 NAME=MAXP_CORE_DENVER >

cpu core settings

/sys/devices/system/cpu/cpu1/online 1
/sys/devices/system/cpu/cpu2/online 0
/sys/devices/system/cpu/cpu3/online 0
/sys/devices/system/cpu/cpu4/online 0
/sys/devices/system/cpu/cpu5/online 0

cpu clock settings

A57 cluster

/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 0
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 345600

Denver cluster

/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq 0
/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq 2035200

gpu clock settings

/sys/devices/17000000.gp10b/devfreq/17000000.gp10b/min_freq 0
/sys/devices/17000000.gp10b/devfreq/17000000.gp10b/max_freq 1120000000

emc clock settings

/sys/kernel/nvpmodel_emc_cap/emc_iso_cap 1600000000[/i]

Best regards.

Your understanding is correct.

vickyy,

Thank you for your answer.