firmware: arm_scmi: Add support to enumerated SCMI voltage domain device
Add SCMI voltage domain device name to the core list of supported protocol devices so that it can be enumerated if the firmware supports it. Link: https://lore.kernel.org/r/20201119191051.46363-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:
Родитель
2add5cacff
Коммит
ec88381936
|
@ -743,6 +743,7 @@ static struct scmi_prot_devnames devnames[] = {
|
|||
{ SCMI_PROTOCOL_CLOCK, { "clocks" },},
|
||||
{ SCMI_PROTOCOL_SENSOR, { "hwmon" },},
|
||||
{ SCMI_PROTOCOL_RESET, { "reset" },},
|
||||
{ SCMI_PROTOCOL_VOLTAGE, { "regulator" },},
|
||||
};
|
||||
|
||||
static inline void
|
||||
|
|
Загрузка…
Ссылка в новой задаче