pinctrl: qcom: spmi-gpio: define an irqchip for each pinctrl device
Generate a new irqchip struct for each pinctrl device that is
registered to avoid sharing the same irqchip between devices.
This corrects the following error which is printed when
registering more than one pinctrl-spmi-gpio device:
"detected irqchip that is shared with multiple gpiochips:
please fix the driver."
Change-Id: I80ce67fc674b96f4386499f547395ceed7480583
Signed-off-by:
David Collins <collinsd@codeaurora.org>
Loading
Please register or sign in to comment