Browse Source

arm: dts: dra7: fix ethernet name with proper device address

Fix typo error for cpsw device name with proper device address

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Mugunthan V N 9 years ago
parent
commit
844f814478
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/dts/dra7.dtsi

+ 1 - 1
arch/arm/dts/dra7.dtsi

@@ -1411,7 +1411,7 @@
 			ti,irqs-safe-map = <0>;
 			ti,irqs-safe-map = <0>;
 		};
 		};
 
 
-		mac: ethernet@4a100000 {
+		mac: ethernet@48484000 {
 			compatible = "ti,cpsw";
 			compatible = "ti,cpsw";
 			ti,hwmods = "gmac";
 			ti,hwmods = "gmac";
 			clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
 			clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;