All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: imx6: zii: Add i210 PCIe interface to the device tree
@ 2017-04-16  4:02 Chris Healy
  2017-04-16  4:20 ` Baruch Siach
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Healy @ 2017-04-16  4:02 UTC (permalink / raw)
  To: linux-arm-kernel

The board has an Intel i210 Ethernet controller on its PCIe bus. Add a
device tree node for this.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index bcff7876..6f59d53 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -572,6 +572,18 @@
  pinctrl-0 = <&pinctrl_pcie>;
  reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>;
  status = "okay";
+
+ host at 0 {
+ #address-cells = <3>;
+ #size-cells = <2>;
+ reg = <0 0 0 0 0>;
+ device_type = "pci";
+
+ i210: i210 at 0 {
+ reg = <0 0 0 0 0>;
+ device_type = "pci";
+ };
+       };
 };

 &usdhc2 {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm: imx6: zii: Add i210 PCIe interface to the device tree
  2017-04-16  4:02 [PATCH] arm: imx6: zii: Add i210 PCIe interface to the device tree Chris Healy
@ 2017-04-16  4:20 ` Baruch Siach
  0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach @ 2017-04-16  4:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Cris,

On Sat, Apr 15, 2017 at 09:02:50PM -0700, Chris Healy wrote:
> The board has an Intel i210 Ethernet controller on its PCIe bus. Add a
> device tree node for this.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
>  arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> index bcff7876..6f59d53 100644
> --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> @@ -572,6 +572,18 @@
>   pinctrl-0 = <&pinctrl_pcie>;
>   reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>;
>   status = "okay";
> +
> + host at 0 {
> + #address-cells = <3>;
> + #size-cells = <2>;
> + reg = <0 0 0 0 0>;
> + device_type = "pci";
> +
> + i210: i210 at 0 {
> + reg = <0 0 0 0 0>;
> + device_type = "pci";
> + };
> +       };
>  };
> 
>  &usdhc2 {

Looks like gmail ate your whitespaces. See 
https://www.kernel.org/doc/html/latest/process/email-clients.html for some 
alternative suggestions.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-16  4:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-16  4:02 [PATCH] arm: imx6: zii: Add i210 PCIe interface to the device tree Chris Healy
2017-04-16  4:20 ` Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.