diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-09-19 11:26:08 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-05 10:39:37 +0200 |
commit | dc8cdb9884531d8350119539fa0d88548a8de128 (patch) | |
tree | 8064dbb4255654aa90662b694d134714850c0b0a /arch | |
parent | aa5c3aa3f197d1a1e3e4f771ee64879700ee3029 (diff) | |
download | linux-stable-dc8cdb9884531d8350119539fa0d88548a8de128.tar.gz linux-stable-dc8cdb9884531d8350119539fa0d88548a8de128.tar.bz2 linux-stable-dc8cdb9884531d8350119539fa0d88548a8de128.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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/integratorap.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index 67d1f9b24a52..8600c0548525 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -153,6 +153,7 @@ pci: pciv3@62000000 { compatible = "arm,integrator-ap-pci", "v3,v360epc-pci"; + device_type = "pci"; #interrupt-cells = <1>; #size-cells = <2>; #address-cells = <3>; |