diff mbox

ARM: dts: imx6: RDU2: add i210 node

Message ID 20171103095459.29272-1-l.stach@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Stach Nov. 3, 2017, 9:54 a.m. UTC
This is needed for the bootloader to patch in the correct MAC address.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Andrew Lunn Nov. 3, 2017, 3:31 p.m. UTC | #1
On Fri, Nov 03, 2017 at 10:54:59AM +0100, Lucas Stach wrote:
> This is needed for the bootloader to patch in the correct MAC address.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
Shawn Guo Nov. 16, 2017, 8:03 a.m. UTC | #2
On Fri, Nov 03, 2017 at 10:54:59AM +0100, Lucas Stach wrote:
> This is needed for the bootloader to patch in the correct MAC address.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Applied, thanks.
diff mbox

Patch

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