diff options
author | Cristian Marussi <cristian.marussi@arm.com> | 2020-11-19 20:10:48 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2020-11-20 15:55:48 +0100 |
commit | ec88381936954a146f260a21bf8466ca07e5c71e (patch) | |
tree | 8d0e8c7439d46f1060ae9194eb1a44c0135ca34b /drivers/firmware | |
parent | firmware: arm_scmi: Add voltage domain management protocol support (diff) | |
download | linux-ec88381936954a146f260a21bf8466ca07e5c71e.tar.xz linux-ec88381936954a146f260a21bf8466ca07e5c71e.zip |
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>
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/arm_scmi/driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/arm_scmi/driver.c b/drivers/firmware/arm_scmi/driver.c index ada35e63feae..5392e1fc6b4e 100644 --- a/drivers/firmware/arm_scmi/driver.c +++ b/drivers/firmware/arm_scmi/driver.c @@ -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 |