提交 8c49678d 编写于 作者: O Oleksij Rempel 提交者: Thierry Reding

ARM: tegra: Fix ethernet node names

The node name of Ethernet controller should be "ethernet" instead of
"asix" or "smsc" as required by Ethernet controller devicetree schema:

    Documentation/devicetree/bindings/net/ethernet-controller.yaml

This patch can potentially affect boot loaders patching against full
node path instead of using device aliases.
Signed-off-by: NOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 4c0f1f90
...@@ -691,7 +691,7 @@ ...@@ -691,7 +691,7 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
asix@1 { ethernet@1 {
compatible = "usbb95,772b"; compatible = "usbb95,772b";
reg = <1>; reg = <1>;
local-mac-address = [00 00 00 00 00 00]; local-mac-address = [00 00 00 00 00 00];
......
...@@ -960,7 +960,7 @@ ...@@ -960,7 +960,7 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
asix@1 { ethernet@1 {
compatible = "usbb95,772b"; compatible = "usbb95,772b";
reg = <1>; reg = <1>;
local-mac-address = [00 00 00 00 00 00]; local-mac-address = [00 00 00 00 00 00];
......
...@@ -4553,7 +4553,7 @@ ...@@ -4553,7 +4553,7 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
smsc@2 { /* SMSC 10/100T Ethernet Controller */ ethernet@2 { /* SMSC 10/100T Ethernet Controller */
compatible = "usb424,9e00"; compatible = "usb424,9e00";
reg = <2>; reg = <2>;
local-mac-address = [00 11 22 33 44 55]; local-mac-address = [00 11 22 33 44 55];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册