Commit 483f3645 authored by Corentin Labbe's avatar Corentin Labbe Committed by Linus Walleij

ARM: dts: gemini: add device_type on pci

Fixes DT warning on pci node by adding the missing device_type.
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3d3bb3d2
...@@ -286,6 +286,7 @@ pci@50000000 { ...@@ -286,6 +286,7 @@ pci@50000000 {
clock-names = "PCLK", "PCICLK"; clock-names = "PCLK", "PCICLK";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pci_default_pins>; pinctrl-0 = <&pci_default_pins>;
device_type = "pci";
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment