소스 검색

ARM: dts: DRA7: fix a typo in ethernet

Register address in name of the node is wrong

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Vishal Mahaveer 10 년 전
부모
커밋
c263a5b812
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/arm/boot/dts/dra7.dtsi

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

@@ -1417,7 +1417,7 @@
 			ti,irqs-safe-map = <0>;
 			ti,irqs-safe-map = <0>;
 		};
 		};
 
 
-		mac: ethernet@4a100000 {
+		mac: ethernet@48484000 {
 			compatible = "ti,dra7-cpsw","ti,cpsw";
 			compatible = "ti,dra7-cpsw","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>;