diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2015-09-04 17:50:11 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-09-17 12:21:02 -0500 |
commit | 6701212e86398622a05b85d87391646bf0e81bfc (patch) | |
tree | 94c7d103b3249bb40d0a4c4fec26d7c8e122e82e /arch/arm64/boot/dts | |
parent | 705a7b474ed929a8c86733ad230dd9c820e84a7b (diff) |
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/arm64/boot/dts')
-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; }; }; |