diff options
author | Cristian Marussi <cristian.marussi@arm.com> | 2020-11-23 23:23:34 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-23 23:42:02 +0300 |
commit | e8056bf01080eeb13b0229f3fa4cb25a5a2de6a5 (patch) | |
tree | 1636ba75d23fd4295cfdc0b74e9338a79dacb3cc /Documentation/devicetree/bindings/arm/arm,scmi.txt | |
parent | 5d16a4f9540e5af41418adb94a1cec8805226c12 (diff) | |
download | linux-e8056bf01080eeb13b0229f3fa4cb25a5a2de6a5.tar.xz |
dt-bindings: arm: remove optional properties for SCMI Regulators
Remove optional properties bindings descriptions for SCMI Regulators.
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20201123202336.46701-2-cristian.marussi@arm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/arm,scmi.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm,scmi.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm,scmi.txt b/Documentation/devicetree/bindings/arm/arm,scmi.txt index 6e011ca97079..b5ce5b39bb9c 100644 --- a/Documentation/devicetree/bindings/arm/arm,scmi.txt +++ b/Documentation/devicetree/bindings/arm/arm,scmi.txt @@ -71,20 +71,11 @@ It does not support any current operation. SCMI Regulators are grouped under a 'regulators' node which in turn is a child of the SCMI Voltage protocol node inside the desired SCMI instance node. -This binding uses the common regulator binding[6] but, due to SCMI abstractions, -supports only a subset of its properties as specified below amongst Optional -properties. +This binding uses the common regulator binding[6]. Required properties: - reg : shall identify an existent SCMI Voltage Domain. -Optional properties: - - regulator-name - - regulator-min-microvolt / regulator-max-microvolt - - regulator-always-on / regulator-boot-on - - regulator-max-step-microvolt - - regulator-coupled-with / regulator-coupled-max-spread - Sensor bindings for the sensors based on SCMI Message Protocol -------------------------------------------------------------- SCMI provides an API to access the various sensors on the SoC. |