boards: x86: Detect SMBus IRQ instead of hardcoding

Detect IRQ for SMBus instead of hardcoding.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-09-26 13:55:56 +03:00 committed by Johan Hedberg
parent d7fd3db32e
commit 1dc6a8aa13
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@
#size-cells = <0>;
vendor-id = <0x8086>;
device-id = <0x54a3>;
interrupts = <16 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";

View file

@ -204,7 +204,7 @@
#size-cells = <0>;
vendor-id = <0x8086>;
device-id = <0x4b23>;
interrupts = <16 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";

View file

@ -56,7 +56,7 @@
#size-cells = <0>;
vendor-id = <0x8086>;
device-id = <0x7a23>;
interrupts = <18 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";