irqchip/bcm: Restore registration print with %pOF
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Mar 2019 19:39:19 +0000 (12:39 -0700)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Apr 2019 14:00:02 +0000 (15:00 +0100)
commit082ce27ff4215a4863d885a48dc443f66f833818
tree28c8a7dccd822bd7f46e280800d08faf189f6ca4
parentdc4060a5dc2557e6b5aa813bf5b73677299d62d2
irqchip/bcm: Restore registration print with %pOF

It is useful to print which interrupt controllers are registered in the
system and which parent IRQ they use, especially given that L2 interrupt
controllers do not call request_irq() on their parent interrupt and do
not appear under /proc/interrupts for that reason.

We used to print the base register address virtual address which had
little value, use %pOF to print the path to the Device Tree node which
maps to the physical address more easily and is what people need to
troubleshoot systems.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-bcm7038-l1.c
drivers/irqchip/irq-bcm7120-l2.c
drivers/irqchip/irq-brcmstb-l2.c