]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: integrator: Tag PCI host with device_type
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Sep 2022 09:26:08 +0000 (11:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Oct 2022 08:37:42 +0000 (10:37 +0200)
commit ca4edce523ed09d055805ed23602ce739083e19c 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>
arch/arm/boot/dts/integratorap.dts

index 94d2ff9836d00367a086f01a69bb16acd95008dd..e6c5a99e0741652f59a85000b4facde4e84ff65f 100644 (file)
 
        pci: pciv3@62000000 {
                compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
+               device_type = "pci";
                #interrupt-cells = <1>;
                #size-cells = <2>;
                #address-cells = <3>;