Commit baab7dc2 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

ARM: dts: imx6: RDU2: add i210 node

This is needed for the bootloader to patch in the correct MAC address.
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent faee0fe2
...@@ -580,6 +580,18 @@ &pcie { ...@@ -580,6 +580,18 @@ &pcie {
pinctrl-0 = <&pinctrl_pcie>; pinctrl-0 = <&pinctrl_pcie>;
reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>; reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>;
status = "okay"; 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 { &usdhc2 {
......
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