Skip to content

Commit dc8cdb9

Browse files
linuswgregkh
authored andcommitted
ARM: dts: integrator: Tag PCI host with device_type
commit 4952aa6 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 <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent aa5c3aa commit dc8cdb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/integratorap.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153

154154
pci: pciv3@62000000 {
155155
compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
156+
device_type = "pci";
156157
#interrupt-cells = <1>;
157158
#size-cells = <2>;
158159
#address-cells = <3>;

0 commit comments

Comments
 (0)