]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: Drop linux,pci-probe-only from the Seattle DTS
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 4 Sep 2015 16:50:11 +0000 (17:50 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 17 Sep 2015 17:21:02 +0000 (12:21 -0500)
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>
arch/arm64/boot/dts/amd/amd-overdrive.dts

index 564a3f7df71d76992c04e210b40077a3f4adda69..128fa942f09e9f5adccf6ac214f0e10510ca2015 100644 (file)
@@ -14,7 +14,6 @@
 
        chosen {
                stdout-path = &serial0;
-               linux,pci-probe-only;
        };
 };