diff options
author | Andrew Davis <afd@ti.com> | 2025-01-03 11:45:24 -0600 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-01-15 14:59:37 +0000 |
commit | 476f519d1ba1671f97f657027b33d5833b9e691d (patch) | |
tree | de758f51a23478aae6c2776ce1dd6732192718ed /Documentation/devicetree/bindings | |
parent | b246bd32a34c1b0d80670e60e4e4102be6366191 (diff) |
dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible
This compatible seems to be missing the last 'e', looks to be a typo
when creating this file. Noticed this when diff'ing the two compatible
lists (which should stay in sync).
Fixes: f97b0435c857 ("dt-bindings: mfd: syscon: Split and enforce documenting MFD children")
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250103174524.28768-4-afd@ti.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/syscon.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index 03937a82db0f..688e67ebff19 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -27,7 +27,7 @@ select: compatible: contains: enum: - - al,alpine-sysfabric-servic + - al,alpine-sysfabric-service - allwinner,sun8i-a83t-system-controller - allwinner,sun8i-h3-system-controller - allwinner,sun8i-v3s-system-controller |