dts: x86: Fix wrong interrupt number for I2C

Wrong interrupt number was populated from dts. This
commit solves following issue:

issue: #7793

Signed-off-by: Punit Vara <punit.vara@intel.com>
This commit is contained in:
Punit Vara 2018-05-28 13:11:17 +05:30 committed by Anas Nashif
commit 95fc141ae5

View file

@ -117,7 +117,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0xb0002800 0x400>;
interrupts = <36 IRQ_TYPE_LEVEL_HIGH 2>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH 2>;
interrupt-parent = <&intc>;
label = "I2C_0";
@ -130,7 +130,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0xb0002c00 0x400>;
interrupts = <37 IRQ_TYPE_LEVEL_HIGH 2>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 2>;
interrupt-parent = <&intc>;
label = "I2C_1";