diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2015-09-04 18:50:11 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-09-17 19:21:02 +0200 |
commit | 6701212e86398622a05b85d87391646bf0e81bfc (patch) | |
tree | 94c7d103b3249bb40d0a4c4fec26d7c8e122e82e /arch | |
parent | powerpc/PCI: Fix lookup of linux,pci-probe-only property (diff) | |
download | linux-6701212e86398622a05b85d87391646bf0e81bfc.tar.xz linux-6701212e86398622a05b85d87391646bf0e81bfc.zip |
arm64: dts: Drop linux,pci-probe-only from the Seattle DTS
The linux,pci-probe-only property mandates an argument to indicate whether
or not to engage the "probe-only" mode, but the Seattle DTS just provides a
naked property, which is illegal.
Also, it turns out that the board is perfectly happy without probe-only, so
let's drop this altogether.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/amd/amd-overdrive.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amd/amd-overdrive.dts b/arch/arm64/boot/dts/amd/amd-overdrive.dts index 564a3f7df71d..128fa942f09e 100644 --- a/arch/arm64/boot/dts/amd/amd-overdrive.dts +++ b/arch/arm64/boot/dts/amd/amd-overdrive.dts @@ -14,7 +14,6 @@ chosen { stdout-path = &serial0; - linux,pci-probe-only; }; }; |