| commit | e7cc51094af1d7d073b0911a14f9b05c9dbf88bb | [log] [tgz] |
|---|---|---|
| author | Kumar Gala <kumar.gala@linaro.org> | Tue May 21 14:38:35 2019 -0500 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed May 22 12:38:20 2019 -0400 |
| tree | 14806e38fc94b43b6e8e160ceb8c97a5757a562e | |
| parent | 704b460b0d01f0ab2badadbf9301d88a25b90d85 [diff] |
dts: x86: Move ioapic node out of cpu container The IOAPIC node shouldn't have been in the cpu container, especially since the cpu container does: #address-cells = <1>; #size-cells = <0>; So the reg field of the IOAPIC would be treated as 2 registers instead of a register and size. Move IOAPIC node out of the CPU node fixes this issue. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>