Skip to content

Commit

Permalink
dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affini…
Browse files Browse the repository at this point in the history
…ty description

commit da3b1c2 upstream.

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: dba07ad ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
jannau authored and gregkh committed Sep 23, 2022
1 parent 20b3f49 commit 7051efc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ properties:
Documentation/devicetree/bindings/arm/cpus.yaml).

required:
- fiq-index
- apple,fiq-index
- cpus

required:
Expand Down

0 comments on commit 7051efc

Please sign in to comment.