]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx6: RDU2: add i210 node
authorLucas Stach <l.stach@pengutronix.de>
Fri, 3 Nov 2017 09:54:59 +0000 (10:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
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>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index 7812fbac963c933f7247af8172a8bb17704761e0..195fc2e4f0cb172550f1aa6d8bfa79ab5425d37b 100644 (file)
        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 {