* [PATCH] interrupt-mapping: Fix parent interrupt specifier description
@ 2017-08-09 23:28 Stephen Boyd
[not found] ` <20170809232824.4959-1-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2017-08-09 23:28 UTC (permalink / raw)
To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA
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 <stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
source/devicetree-basics.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/devicetree-basics.rst b/source/devicetree-basics.rst
index df3d3c313574..02696bac15c7 100644
--- a/source/devicetree-basics.rst
+++ b/source/devicetree-basics.rst
@@ -1120,8 +1120,8 @@ Description:
parent interrupt specifier
The interrupt specifier in the parent domain. The number of 32-bit
cells required to specify this component is described by the
- *#interrupt-cells* property of this node—the nexus node containing
- the *interrupt-map* property.
+ *#interrupt-cells* property of the node pointed to by the
+ interrupt-parent field.
Lookups are performed on the interrupt mapping table by matching a
unit-address/interrupt specifier pair against the child components in
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] interrupt-mapping: Fix parent interrupt specifier description
[not found] ` <20170809232824.4959-1-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2017-08-11 3:19 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2017-08-11 3:19 UTC (permalink / raw)
To: Stephen Boyd; +Cc: devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Wed, Aug 9, 2017 at 6:28 PM, Stephen Boyd <stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> 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.
Indeed. Applied.
Rob
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-11 3:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 23:28 [PATCH] interrupt-mapping: Fix parent interrupt specifier description Stephen Boyd
[not found] ` <20170809232824.4959-1-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-08-11 3:19 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).