Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cristian Marussi and committed by
Mark Brown
e8056bf0 5d16a4f9

+1 -10
+1 -10
Documentation/devicetree/bindings/arm/arm,scmi.txt
··· 71 71 SCMI Regulators are grouped under a 'regulators' node which in turn is a child 72 72 of the SCMI Voltage protocol node inside the desired SCMI instance node. 73 73 74 - This binding uses the common regulator binding[6] but, due to SCMI abstractions, 75 - supports only a subset of its properties as specified below amongst Optional 76 - properties. 74 + This binding uses the common regulator binding[6]. 77 75 78 76 Required properties: 79 77 - reg : shall identify an existent SCMI Voltage Domain. 80 - 81 - Optional properties: 82 - - regulator-name 83 - - regulator-min-microvolt / regulator-max-microvolt 84 - - regulator-always-on / regulator-boot-on 85 - - regulator-max-step-microvolt 86 - - regulator-coupled-with / regulator-coupled-max-spread 87 78 88 79 Sensor bindings for the sensors based on SCMI Message Protocol 89 80 --------------------------------------------------------------