提交 1c70e099 编写于 作者: M Maxime Ripard 提交者: David S. Miller

ARM: sunxi: dt: Convert to the new net compatibles

Switch the device tree to the new compatibles introduced in the ethernet and
mdio drivers to have a common pattern accross all Allwinner SoCs.
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 efe20570
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
ranges; ranges;
emac: ethernet@01c0b000 { emac: ethernet@01c0b000 {
compatible = "allwinner,sun4i-emac"; compatible = "allwinner,sun4i-a10-emac";
reg = <0x01c0b000 0x1000>; reg = <0x01c0b000 0x1000>;
interrupts = <55>; interrupts = <55>;
clocks = <&ahb_gates 17>; clocks = <&ahb_gates 17>;
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
}; };
mdio@01c0b080 { mdio@01c0b080 {
compatible = "allwinner,sun4i-mdio"; compatible = "allwinner,sun4i-a10-mdio";
reg = <0x01c0b080 0x14>; reg = <0x01c0b080 0x14>;
status = "disabled"; status = "disabled";
#address-cells = <1>; #address-cells = <1>;
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
ranges; ranges;
emac: ethernet@01c0b000 { emac: ethernet@01c0b000 {
compatible = "allwinner,sun4i-emac"; compatible = "allwinner,sun4i-a10-emac";
reg = <0x01c0b000 0x1000>; reg = <0x01c0b000 0x1000>;
interrupts = <55>; interrupts = <55>;
clocks = <&ahb_gates 17>; clocks = <&ahb_gates 17>;
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
}; };
mdio@01c0b080 { mdio@01c0b080 {
compatible = "allwinner,sun4i-mdio"; compatible = "allwinner,sun4i-a10-mdio";
reg = <0x01c0b080 0x14>; reg = <0x01c0b080 0x14>;
status = "disabled"; status = "disabled";
#address-cells = <1>; #address-cells = <1>;
......
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
ranges; ranges;
emac: ethernet@01c0b000 { emac: ethernet@01c0b000 {
compatible = "allwinner,sun4i-emac"; compatible = "allwinner,sun4i-a10-emac";
reg = <0x01c0b000 0x1000>; reg = <0x01c0b000 0x1000>;
interrupts = <0 55 4>; interrupts = <0 55 4>;
clocks = <&ahb_gates 17>; clocks = <&ahb_gates 17>;
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
}; };
mdio@01c0b080 { mdio@01c0b080 {
compatible = "allwinner,sun4i-mdio"; compatible = "allwinner,sun4i-a10-mdio";
reg = <0x01c0b080 0x14>; reg = <0x01c0b080 0x14>;
status = "disabled"; status = "disabled";
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册