Skip to content

Commit da3b1c2

Browse files
jannaurobherring
authored andcommitted
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: dba07ad ("dt-bindings: apple,aic: Add affinity description for per-cpu pseudo-interrupts") Signed-off-by: Janne Grunau <[email protected]> Acked-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 12ef250 commit da3b1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ properties:
9696
Documentation/devicetree/bindings/arm/cpus.yaml).
9797

9898
required:
99-
- fiq-index
99+
- apple,fiq-index
100100
- cpus
101101

102102
required:

0 commit comments

Comments
 (0)