diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2024-06-12 15:40:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-03 22:01:26 +0100 |
commit | 80e64b6d34812d037e4edcaca88719da51a943be (patch) | |
tree | 80fd9bbd983bc32f94c92610a34809f03322f48b /Documentation/devicetree/bindings/mfd | |
parent | db576ed76232875ca92372771bfd247ad47b46ce (diff) |
dt-bindings: mfd: twl: Fix example
Fix example to also conform to rules specified in the separate
not-included gpadc binding.
Fixes: 62e4f3396197 ("dt-bindings: regulator: twl-regulator: convert to yaml")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Reported-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Lee Jones <lee@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240612134039.1089839-1-andreas@kemnade.info
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,twl.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml index 2cbdd238f48f..e94b0fd7af0f 100644 --- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml @@ -225,6 +225,7 @@ examples: gpadc { compatible = "ti,twl6030-gpadc"; interrupts = <6>; + #io-channel-cells = <1>; }; rtc { |