diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-05-03 18:52:28 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-28 11:13:41 +0200 |
commit | 3b3e20d3dbd4936f65c8f3d8f529e2038386a951 (patch) | |
tree | 4fbac7a4cfc0f60a8d2dfb9528dd479af98eec79 | |
parent | eff1bed24329d660e87e1c9d9de11b635dfae97c (diff) | |
download | linux-stable-3b3e20d3dbd4936f65c8f3d8f529e2038386a951.tar.gz linux-stable-3b3e20d3dbd4936f65c8f3d8f529e2038386a951.tar.bz2 linux-stable-3b3e20d3dbd4936f65c8f3d8f529e2038386a951.zip |
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 <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/gemini.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index eb752e9495de..4949951e3597 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>; |