firmware: arm_scmi: Add SCMI device for system power protocol
Add SCMI device for system power protocol by just adding the name "syspower" to the list of supported core protocol devices. Link: https://lore.kernel.org/r/20200907174657.32466-3-cristian.marussi@arm.com Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
a880305512
commit
481f6ccf39
|
@ -730,6 +730,7 @@ struct scmi_prot_devnames {
|
|||
|
||||
static struct scmi_prot_devnames devnames[] = {
|
||||
{ SCMI_PROTOCOL_POWER, { "genpd" },},
|
||||
{ SCMI_PROTOCOL_SYSTEM, { "syspower" },},
|
||||
{ SCMI_PROTOCOL_PERF, { "cpufreq" },},
|
||||
{ SCMI_PROTOCOL_CLOCK, { "clocks" },},
|
||||
{ SCMI_PROTOCOL_SENSOR, { "hwmon" },},
|
||||
|
|
Loading…
Reference in New Issue