ath79: fix MAC address for Buffalo BHR-4GRV
I added mtd-mac-address for WZR-HP-G450H and BHR-4GRV in
1df1ea4d7e, but that address in ART is
incorrect for BHR-4GRV.
WZR-HP-G450H has wlan eeprom and MAC address in ART, but BHR-4GRV
has only MAC address in ART.
- WZR-HP-G450H
  - eeprom: 0x1000
  - MAC:    0x1002
- BHR-4GRV
  - MAC:    0x0
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
			
			
This commit is contained in:
		 INAGAKI Hiroshi
					INAGAKI Hiroshi
				
			
				
					committed by
					
						 Mathias Kresin
						Mathias Kresin
					
				
			
			
				
	
			
			
			 Mathias Kresin
						Mathias Kresin
					
				
			
						parent
						
							90bb790fbf
						
					
				
				
					commit
					4b9882eb92
				
			| @@ -8,6 +8,10 @@ | |||||||
| 	model = "Buffalo BHR-4GRV"; | 	model = "Buffalo BHR-4GRV"; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | ð0 { | ||||||
|  | 	mtd-mac-address = <&ART 0x0>; | ||||||
|  | }; | ||||||
|  |  | ||||||
| &sec_vpn { | &sec_vpn { | ||||||
| 	label = "buffalo:orange:vpn"; | 	label = "buffalo:orange:vpn"; | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -144,8 +144,6 @@ | |||||||
| ð0 { | ð0 { | ||||||
| 	status = "okay"; | 	status = "okay"; | ||||||
|  |  | ||||||
| 	mtd-mac-address = <&ART 0x1002>; |  | ||||||
|  |  | ||||||
| 	phy-mode = "rgmii"; | 	phy-mode = "rgmii"; | ||||||
| 	phy-handle = <&phy0>; | 	phy-handle = <&phy0>; | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -59,6 +59,10 @@ | |||||||
| 	}; | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | ð0 { | ||||||
|  | 	mtd-mac-address = <&ART 0x1002>; | ||||||
|  | }; | ||||||
|  |  | ||||||
| &sec_vpn { | &sec_vpn { | ||||||
| 	label = "buffalo:orange:security"; | 	label = "buffalo:orange:security"; | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user