diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2015-09-04 12:50:11 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-09-17 13:21:02 -0400 |
commit | 6701212e86398622a05b85d87391646bf0e81bfc (patch) | |
tree | 94c7d103b3249bb40d0a4c4fec26d7c8e122e82e | |
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>
-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 @@ | |||
14 | 14 | ||
15 | chosen { | 15 | chosen { |
16 | stdout-path = &serial0; | 16 | stdout-path = &serial0; |
17 | linux,pci-probe-only; | ||
18 | }; | 17 | }; |
19 | }; | 18 | }; |
20 | 19 | ||