Skip to content

Commit 346d383

Browse files
finikorgcarlescufi
authored andcommitted
boards: intel_ish5: Correct register window
Use the same register window as all other Intel boards working with ioapic. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 71b1591 commit 346d383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/x86/intel/intel_ish5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
compatible = "intel,ioapic";
6060
#address-cells = <1>;
6161
#interrupt-cells = <3>;
62-
reg = <0xfec00000 0x100000>;
62+
reg = <0xfec00000 0x1000>;
6363
interrupt-controller;
6464
};
6565

0 commit comments

Comments
 (0)