From: Corentin Labbe Date: Mon, 3 May 2021 18:52:28 +0000 (+0000) Subject: ARM: dts: gemini: add device_type on pci X-Git-Tag: v4.19.199~118 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3b3e20d3dbd4936f65c8f3d8f529e2038386a951;p=users%2Fdwmw2%2Flinux.git ARM: dts: gemini: add device_type on pci [ Upstream commit 483f3645b3f7acfd1c78a19d51b80c0656161974 ] Fixes DT warning on pci node by adding the missing device_type. Signed-off-by: Corentin Labbe Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index eb752e9495de1..4949951e35972 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -286,6 +286,7 @@ clock-names = "PCLK", "PCICLK"; pinctrl-names = "default"; pinctrl-0 = <&pci_default_pins>; + device_type = "pci"; #address-cells = <3>; #size-cells = <2>; #interrupt-cells = <1>;