Skip to content
Snippets Groups Projects
Commit 5593a838 authored by Luis Gerhorst's avatar Luis Gerhorst
Browse files

Fix brcm,bcm2835-armctrl-ic interrupt-cell order

parent 3a84f270
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,12 @@ properties:
label:
required: true
# The 1st cell is the interrupt bank; 0 for interrupts in the "IRQ basic
# pending" register, or 1/2 respectively for interrupts in the "IRQ pending
# 1/2" register.
#
# The 2nd cell contains the interrupt number within the bank. Valid values
# are 0..7 for bank 0, and 0..31 for bank 1.
interrupt-cells:
- number
- irq
- number
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment