commit | 66bff4241bf881481ddf077e10a79e59db0ee9a2 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 21 11:21:42 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 21 11:23:03 2023 +0100 |
tree | b653e42996c2452f4a37db6decee8920f9c4207d | |
parent | f272a95646635a08a8bacdc64ca968282e0f20de [diff] |
virt: Reverse order of UART dtb nodes With this commit, the DTB nodes appear in the order pl011@9040000 first. This corresponds to the uart[01]-rev.txt logs. Without this commit, the DTB nodes appear with pl011@9000000 first, corresponding to uart[01].txt. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>