diff options
author | Vishal Mahaveer <vishalm@ti.com> | 2015-08-25 20:57:49 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 22:33:47 +0200 |
commit | c263a5b8120523b736ed4641657075f2024e75b7 (patch) | |
tree | 729959eddaa001abf6cdae48fdd52d06e562f3a2 | |
parent | ARM: omap2plus_defconfig: make PCF857x built-in (diff) | |
download | linux-c263a5b8120523b736ed4641657075f2024e75b7.tar.xz linux-c263a5b8120523b736ed4641657075f2024e75b7.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index d1bf0b7f0ee9..fed95a4547ee 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1417,7 +1417,7 @@ ti,irqs-safe-map = <0>; }; - mac: ethernet@4a100000 { + mac: ethernet@48484000 { compatible = "ti,dra7-cpsw","ti,cpsw"; ti,hwmods = "gmac"; clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>; |