Skip to content

Commit 96e6b2c

Browse files
bebarinorobherring
authored andcommitted
interrupt-mapping: Fix parent interrupt specifier description
The number of cells here is not dictated by the #interrupt-cells property of this node, but the same property in the interrupt parent. This looks like a copy/paste mistake from child interrupt specifier. Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 50506b7 commit 96e6b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/devicetree-basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,8 +1120,8 @@ Description:
11201120
parent interrupt specifier
11211121
The interrupt specifier in the parent domain. The number of 32-bit
11221122
cells required to specify this component is described by the
1123-
*#interrupt-cells* property of this node—the nexus node containing
1124-
the *interrupt-map* property.
1123+
*#interrupt-cells* property of the node pointed to by the
1124+
interrupt-parent field.
11251125

11261126
Lookups are performed on the interrupt mapping table by matching a
11271127
unit-address/interrupt specifier pair against the child components in

0 commit comments

Comments
 (0)