diff options
author | Janne Grunau <j@jannau.net> | 2022-09-09 16:50:54 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-09-13 16:04:31 +0300 |
commit | da3b1c294d470b2cf3c7046cc9e0d5c66f0a6c65 (patch) | |
tree | a7c04fd1088cf4a813b4b55ab562013f86ba3618 /Documentation | |
parent | 12ef2508f33db1654de2f22f75dd868141b8b305 (diff) | |
download | linux-da3b1c294d470b2cf3c7046cc9e0d5c66f0a6c65.tar.xz |
dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description
The required list used "fiq-index" instead of "apple,fiq-index"
described as property and used in the dts. Add the missing "apple,"
prefix.
Fixes: dba07ad11384 ("dt-bindings: apple,aic: Add affinity description for per-cpu pseudo-interrupts")
Signed-off-by: Janne Grunau <j@jannau.net>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220909135103.98179-2-j@jannau.net
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml index 85c85b694217..e18107eafe7c 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml @@ -96,7 +96,7 @@ properties: Documentation/devicetree/bindings/arm/cpus.yaml). required: - - fiq-index + - apple,fiq-index - cpus required: |