commit | 0c401fdf27ba52830c39670dc81cd8379756bd65 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Oct 15 13:52:03 2019 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Oct 15 14:29:53 2019 -0700 |
tree | d229ec6c6a10f12855e4f8cdca26511108675c19 | |
parent | 8b39da985194aac2998dd9e3a22d00b596cebf1e [diff] |
xtensa: virt: fix PCI IO ports mapping virt device tree incorrectly uses 0xf0000000 on both sides of PCI IO ports address space mapping. This results in incorrect port address assignment in PCI IO BARs and subsequent crash on attempt to access them. Use 0 as base address in PCI IO ports address space. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>