Skip to content

Commit d66949a

Browse files
abajktsbogend
authored andcommitted
mips: lantiq: danube: add missing device_type in pci node
This fixes the following warning: arch/mips/boot/dts/lantiq/danube_easy50712.dtb: pci@e105400 (lantiq,pci-xway): 'device_type' is a required property from schema $id: http://devicetree.org/schemas/pci/pci-bus-common.yaml# Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent e8dee66 commit d66949a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/mips/boot/dts/lantiq/danube.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
105105
reg = <0x7000000 0x8000 /* config space */
106106
0xe105400 0x400>; /* pci bridge */
107+
108+
device_type = "pci";
107109
};
108110
};
109111
};

0 commit comments

Comments
 (0)