mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
UPSTREAM: 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>
(cherry picked from commit ec88381936)
Bug: 171409184
Change-Id: Ifb7786f84068d6d29b766a29bcb53102e412a533
Signed-off-by: Rishabh Bhatnagar <quic_rishabhb@quicinc.com>
This commit is contained in:
committed by
Todd Kjos
parent
fb2b659b60
commit
d0bd251a41
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user