aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain.h
diff options
context:
space:
mode:
authorDou Liyang <douly.fnst@cn.fujitsu.com>2017-10-30 10:15:00 +0800
committerMarc Zyngier <marc.zyngier@arm.com>2017-11-02 15:55:44 +0000
commit4b82130077d93539c9fbb0f5eee21965cea9cfe9 (patch)
treeea1ac55a818f644fe4650248aaea96fc5bccf13b /include/linux/irqdomain.h
parentirqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface (diff)
downloadlinux-dev-4b82130077d93539c9fbb0f5eee21965cea9cfe9.tar.xz
linux-dev-4b82130077d93539c9fbb0f5eee21965cea9cfe9.zip
irqdomain: Update the comments of fwnode field of irq_domain structure
Commit: f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode") converted of_node field to fwnode, but didn't update its comments. Update it. Fixes: f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode") Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r--include/linux/irqdomain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index df162f7a4aad..ce48a23d621f 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -138,8 +138,8 @@ struct irq_domain_chip_generic;
* @mapcount: The number of mapped interrupts
*
* Optional elements
- * @of_node: Pointer to device tree nodes associated with the irq_domain. Used
- * when decoding device tree interrupt specifiers.
+ * @fwnode: Pointer to firmware node associated with the irq_domain. Pretty easy
+ * to swap it for the of_node via the irq_domain_get_of_node accessor
* @gc: Pointer to a list of generic chips. There is a helper function for
* setting up one or more generic chips for interrupt controllers
* drivers using the generic chip library which uses this pointer.