diff options
author | Matt Ranostay <mranostay@ti.com> | 2022-10-25 01:00:14 -0700 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-07 13:28:08 +0000 |
commit | 5ed6cf8c0d55497f010c80fcf4c011e6febf9673 (patch) | |
tree | 94a32288842317e9c2fed6fa4f2ae5404be2a13b | |
parent | 707857d997ae39743eba939a5b3aaafbab04fa78 (diff) | |
download | linux-stable-5ed6cf8c0d55497f010c80fcf4c011e6febf9673.tar.gz linux-stable-5ed6cf8c0d55497f010c80fcf4c011e6febf9673.tar.bz2 linux-stable-5ed6cf8c0d55497f010c80fcf4c011e6febf9673.zip |
dt-bindings: mfd: ti,am3359-tscadc: Add missing power-domains property
Add optional power-domains property to avoid the following dt-schema
failures:
tscadc@40200000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Matt Ranostay <mranostay@ti.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221025080014.403457-1-mranostay@ti.com
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml index 34bf6a01436f..23a63265be3c 100644 --- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml @@ -52,6 +52,9 @@ properties: type: object description: Magnetic reader + power-domains: + maxItems: 1 + required: - compatible - reg |