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:
parent
d7fd3db32e
commit
1dc6a8aa13
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue