diff mbox

[U-Boot,v2,09/12] arm: dts: dra7: fix ethernet name with proper device address

Message ID 1460450816-9943-10-git-send-email-mugunthanvnm@ti.com
State Accepted
Commit 844f81447886697c14c0ade8077771e0e52907dc
Delegated to: Joe Hershberger
Headers show

Commit Message

Mugunthan V N April 12, 2016, 8:46 a.m. UTC
Fix typo error for cpsw device name with proper device address

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/dra7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini April 12, 2016, 5:23 p.m. UTC | #1
On Tue, Apr 12, 2016 at 02:16:53PM +0530, Mugunthan V N wrote:

> 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>

... and I assume this is already fixed in the kernel.
Mugunthan V N April 13, 2016, 5:18 a.m. UTC | #2
On Tuesday 12 April 2016 10:53 PM, Tom Rini wrote:
> On Tue, Apr 12, 2016 at 02:16:53PM +0530, Mugunthan V N wrote:
> 
>> 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>
> 
> ... and I assume this is already fixed in the kernel.
> 

Its not fixed in kernel, just saw this in U-boot and posted. Will be
posting the 3 dts patches from this series to kernel soon.

Regards
Mugunthan V N
Joe Hershberger April 25, 2016, 10:49 p.m. UTC | #3
On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> Fix typo error for cpsw device name with proper device address
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff mbox

Patch

diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
index 3059273..0f242e6 100644
--- a/arch/arm/dts/dra7.dtsi
+++ b/arch/arm/dts/dra7.dtsi
@@ -1411,7 +1411,7 @@ 
 			ti,irqs-safe-map = <0>;
 		};
 
-		mac: ethernet@4a100000 {
+		mac: ethernet@48484000 {
 			compatible = "ti,cpsw";
 			ti,hwmods = "gmac";
 			clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;