pinctrl: bcm2835: Make the irqchip immutable
authorStefan Wahren <stefan.wahren@i2se.com>
Tue, 14 Jun 2022 20:28:31 +0000 (22:28 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 25 Jun 2022 23:03:39 +0000 (01:03 +0200)
commit08752e0749ba3c3d830d1899ea4ca8cf1980d584
tree67ee8e6666e081bdb1439cdf277e4445bab4d176
parentdb1b3ecee9dbb010f0ac951e3953167f5e088c6f
pinctrl: bcm2835: Make the irqchip immutable

Commit 6c846d026d49 ("gpio: Don't fiddle with irqchips marked as
immutable") added a warning to indicate if the gpiolib is altering the
internals of irqchips. The bcm2835 pinctrl is also affected by this
warning.

Fix this by making the irqchip in the bcm2835 pinctrl driver immutable.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220614202831.236341-3-stefan.wahren@i2se.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-bcm2835.c