ARM: dts: imx6: RDU2: add i210 node
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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
faee0fe2e2
commit
baab7dc23d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue