projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faee0fe
)
ARM: dts: imx6: RDU2: add i210 node
author
Lucas Stach
<l.stach@pengutronix.de>
Fri, 3 Nov 2017 09:54:59 +0000
(10:54 +0100)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 7812fbac963c933f7247af8172a8bb17704761e0..195fc2e4f0cb172550f1aa6d8bfa79ab5425d37b 100644
(file)
--- 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 {