bus: moxtet: Mark the irq as shared
authorSjoerd Simons <sjoerd@collabora.com>
Tue, 28 Nov 2023 21:35:04 +0000 (22:35 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 15 Dec 2023 14:44:11 +0000 (15:44 +0100)
commite7830f5a83e96d8cb8efc0412902a03008f8fbe3
treef2e0ff3bd87937843970156ca15706572010ab75
parentb85ea95d086471afb4ad062012a4d73cd328fa86
bus: moxtet: Mark the irq as shared

The Turris Mox shares the moxtet IRQ with various devices on the board,
so mark the IRQ as shared in the driver as well.

Without this loading the module will fail with:
  genirq: Flags mismatch irq 40. 00002002 (moxtet) vs. 00002080 (mcp7940x)

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Cc: <stable@vger.kernel.org> # v6.2+
Reviewed-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
drivers/bus/moxtet.c