dts: x86: shring ioapic register size to 4k

Previous the register size was 1M, technically the there are only a
small handful of registers defined in the IOAPIC, so shrinking the size
to 4k, so its as most one page large.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-05-21 15:53:16 -05:00 committed by Anas Nashif
commit 343e16026e
5 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@
intc: ioapic@fec00000 {
compatible = "intel,ioapic";
reg = <0xfec00000 0x100000>;
reg = <0xfec00000 0x1000>;
interrupt-controller;
#interrupt-cells = <3>;
};

View file

@ -32,7 +32,7 @@
intc: ioapic@fec00000 {
compatible = "intel,ioapic";
reg = <0xfec00000 0x100000>;
reg = <0xfec00000 0x1000>;
interrupt-controller;
#interrupt-cells = <3>;
};

View file

@ -22,7 +22,7 @@
intc: ioapic@fec00000 {
compatible = "intel,ioapic";
reg = <0xfec00000 0x100000>;
reg = <0xfec00000 0x1000>;
interrupt-controller;
#interrupt-cells = <3>;
};

View file

@ -45,7 +45,7 @@
intc: ioapic@fec00000 {
compatible = "intel,ioapic";
reg = <0xfec00000 0x100000>;
reg = <0xfec00000 0x1000>;
interrupt-controller;
#interrupt-cells = <3>;
};

View file

@ -34,7 +34,7 @@
intc: ioapic@fec00000 {
compatible = "intel,ioapic";
reg = <0xfec00000 0x100000>;
reg = <0xfec00000 0x1000>;
interrupt-controller;
#interrupt-cells = <3>;
};