Message ID | 20210503185228.1518131-2-clabbe@baylibre.com |
---|---|
State | Accepted |
Commit | 483f3645b3f7acfd1c78a19d51b80c0656161974 |
Headers | show |
Series | [1/2] dt-bindings: pci: convert faraday,ftpci100 to yaml | expand |
On Mon, May 3, 2021 at 8:52 PM Corentin Labbe <clabbe@baylibre.com> wrote: > Fixes DT warning on pci node by adding the missing device_type. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Thanks, patch applied! This is even required for port-mapped IO-space to work I think, but nothing uses that so that's why I didn't notice. Yours, Linus Walleij
diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index 1833b6590d76..31db0be7ec67 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -287,6 +287,7 @@ pci@50000000 { clock-names = "PCLK", "PCICLK"; pinctrl-names = "default"; pinctrl-0 = <&pci_default_pins>; + device_type = "pci"; #address-cells = <3>; #size-cells = <2>; #interrupt-cells = <1>;
Fixes DT warning on pci node by adding the missing device_type. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- arch/arm/boot/dts/gemini.dtsi | 1 + 1 file changed, 1 insertion(+)