]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mips: lantiq: danube: add missing device_type in pci node
authorAleksander Jan Bajkowski <olek2@wp.pl>
Mon, 11 Aug 2025 13:34:13 +0000 (15:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2025 11:45:10 +0000 (12:45 +0100)
[ Upstream commit d66949a1875352d2ddd52b144333288952a9e36f ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/boot/dts/lantiq/danube.dtsi

index ff6ff9568e1bc934d33ce0f9a657fcab7753a3e7..1a5f4faa0831f3fc1f5763465bf6611e29c87881 100644 (file)
                                  0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
                        reg = <0x7000000 0x8000         /* config space */
                                0xe105400 0x400>;       /* pci bridge */
+
+                       device_type = "pci";
                };
        };
 };