summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2022-09-19 11:26:08 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-10-05 10:36:44 +0200
commitc61e4edb72a6f19f9d95fdeb857673488dea06e3 (patch)
treebd908df6f3de62bb250010962914e1ec0ea49a80
parentf5c43c9cbc220510405489c5ae554db1ae69a3c7 (diff)
downloadlinux-c61e4edb72a6f19f9d95fdeb857673488dea06e3.tar.gz
linux-c61e4edb72a6f19f9d95fdeb857673488dea06e3.tar.bz2
linux-c61e4edb72a6f19f9d95fdeb857673488dea06e3.zip
ARM: dts: integrator: Tag PCI host with device_type
commit 4952aa696a9f221c5e34e5961e02fca41ef67ad6 upstream. The DT parser is dependent on the PCI device being tagged as device_type = "pci" in order to parse memory ranges properly. Fix this up. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20220919092608.813511-1-linus.walleij@linaro.org' Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/arm/boot/dts/integratorap.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts
index 94d2ff9836d0..e6c5a99e0741 100644
--- a/arch/arm/boot/dts/integratorap.dts
+++ b/arch/arm/boot/dts/integratorap.dts
@@ -155,6 +155,7 @@
pci: pciv3@62000000 {
compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
+ device_type = "pci";
#interrupt-cells = <1>;
#size-cells = <2>;
#address-cells = <3>;