diff options
author | Linus Walleij <[email protected]> | 2022-09-19 11:26:08 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-09-23 16:19:14 +0200 |
commit | 9d88bf08e46dc2d2975ef87877445a924a04a0a7 (patch) | |
tree | bf100a7be4c080f608d8baa22940d19cac1871ee | |
parent | 9f1fe339ef27db26017e24e90b6a1abb6279d2d4 (diff) |
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 <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-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 9b652cc27b14..c983435ed492 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -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>; |