diff options
author | Peter Maydell | 2022-05-13 15:13:16 +0200 |
---|---|---|
committer | Peter Maydell | 2022-05-19 17:19:03 +0200 |
commit | afdcbddcc92ef75ed1905e6ae7aa00db06e86dfc (patch) | |
tree | 032838a724959a4332ed5be12601987c9f4ac2e8 /hw/arm/musicpal.c | |
parent | hw/arm/virt: Fix incorrect non-secure flash dtb node name (diff) | |
download | qemu-afdcbddcc92ef75ed1905e6ae7aa00db06e86dfc.tar.gz qemu-afdcbddcc92ef75ed1905e6ae7aa00db06e86dfc.tar.xz qemu-afdcbddcc92ef75ed1905e6ae7aa00db06e86dfc.zip |
hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb node
The virt board generates a gpio-keys node in the dtb, but it
incorrectly gives this node #size-cells and #address-cells
properties. If you dump the dtb with 'machine dumpdtb=file.dtb'
and run it through dtc, dtc will warn about this:
Warning (avoid_unnecessary_addr_size): /gpio-keys: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Remove the bogus properties.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220513131316.4081539-3-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/musicpal.c')
0 files changed, 0 insertions, 0 deletions