From mboxrd@z Thu Jan 1 00:00:00 1970 From: cphealy@gmail.com (Chris Healy) Date: Sat, 15 Apr 2017 22:45:07 -0700 Subject: [PATCH v2] arm: imx6: zii: Add i210 PCIe interface to the device tree Message-ID: <1492321507-7174-1-git-send-email-cphealy@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The board has an Intel i210 Ethernet controller on its PCIe bus. Add a device tree node for this. Signed-off-by: Andrew Lunn Signed-off-by: Chris Healy --- This patch is against for-next of Shawn Guo's tree. Since v1, this version fixes the spacing by using git send-email instead of gmail to send the patch. Thanks, Chris Healy --- 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 5d94b5e..8375c43 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 { -- 2.7.4