mvebu: Fix mac addresses for GL.iNet GL-MV1000
The original GL.iNet firmware has two different mac addresses in the
factory/art partition. The first one is for the WAN interface only and the
second one is for both lan0 and lan1.
But the original submission for OpenWrt didn't initialize the mac
addresses of the LAN ports for the DSA device at all. The ethernet mac
address was then used for all DSA ports.
Fixes: 050c24f05c ("mvebu: add support for GL.iNet GL-MV1000")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
			
			
This commit is contained in:
		 Sven Eckelmann
					Sven Eckelmann
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							b88d2850c6
						
					
				
				
					commit
					c20ac84803
				
			| @@ -168,12 +168,16 @@ | |||||||
| 				reg = <2>; | 				reg = <2>; | ||||||
| 				label = "lan0"; | 				label = "lan0"; | ||||||
| 				phy-handle = <&switch0phy1>; | 				phy-handle = <&switch0phy1>; | ||||||
|  |  | ||||||
|  | 				mtd-mac-address = <&factory 0x6>; | ||||||
| 			}; | 			}; | ||||||
|  |  | ||||||
| 			port@3 { | 			port@3 { | ||||||
| 				reg = <3>; | 				reg = <3>; | ||||||
| 				label = "lan1"; | 				label = "lan1"; | ||||||
| 				phy-handle = <&switch0phy2>; | 				phy-handle = <&switch0phy2>; | ||||||
|  |  | ||||||
|  | 				mtd-mac-address = <&factory 0x6>; | ||||||
| 			}; | 			}; | ||||||
| 		}; | 		}; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user