aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Thierry <julien.thierry@arm.com>2020-05-14 16:38:28 +0100
committerWill Deacon <will@kernel.org>2020-05-19 17:38:02 +0100
commitad5e9056de0cc37bf4b4632d61e64a4deca2c7a6 (patch)
treee52c001460dc220dbea7456197152959d9c2f479
parent465edc9d0fab23f46e9b83af1403577ba98e1937 (diff)
downloadkvmtool-ad5e9056de0cc37bf4b4632d61e64a4deca2c7a6.tar.gz
arm/fdt: Remove 'linux,pci-probe-only' property
PCI now supports configurable BARs. Get rid of the no longer needed, Linux-only, fdt property. Signed-off-by: Julien Thierry <julien.thierry@arm.com> Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://lore.kernel.org/r/1589470709-4104-12-git-send-email-alexandru.elisei@arm.com Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r--arm/fdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm/fdt.c b/arm/fdt.c
index c80e6da3..02091e9e 100644
--- a/arm/fdt.c
+++ b/arm/fdt.c
@@ -130,7 +130,6 @@ static int setup_fdt(struct kvm *kvm)
/* /chosen */
_FDT(fdt_begin_node(fdt, "chosen"));
- _FDT(fdt_property_cell(fdt, "linux,pci-probe-only", 1));
/* Pass on our amended command line to a Linux kernel only. */
if (kvm->cfg.firmware_filename) {