ARM: dts: integrator: Tag PCI host with device_type

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>
This commit is contained in:
Linus Walleij 2022-09-19 11:26:08 +02:00 committed by Arnd Bergmann
parent 7e1e2acb7b
commit 4952aa696a
No known key found for this signature in database
GPG Key ID: 9A6C79EFE60018D9
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
pci: pciv3@62000000 {
compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
device_type = "pci";
#interrupt-cells = <1>;
#size-cells = <2>;
#address-cells = <3>;