regmap-irq: use fwnode instead of device node in add_irq_chip()
authorMichael Walle <michael@walle.cc>
Mon, 6 Jul 2020 17:53:41 +0000 (19:53 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 8 Jul 2020 10:15:12 +0000 (11:15 +0100)
commit5cc2013bfeee756a1ee6da9bfbe42e52b4695035
tree50face41b5e755fa4c0d298c2e441ca8ea2a3893
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
regmap-irq: use fwnode instead of device node in add_irq_chip()

Convert the argument to the newer fwnode_handle instead a device tree
node. Fortunately, there are no users for now. So this is an easy
change.

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lore.kernel.org/r/20200706175353.16404-2-michael@walle.cc
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-irq.c
include/linux/regmap.h