mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds
To support the change in "phy: armada-38x: fix NETA lockup when
repeatedly switching speeds" we need to update the DT with the
additional register.
Fixes: 14dc100b44 ("phy: armada38x: add common phy support")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
			
			
This commit is contained in:
		
							parent
							
								
									b3a9e3b962
								
							
						
					
					
						commit
						09781ba039
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -342,7 +342,8 @@ | |||
| 
 | ||||
| 			comphy: phy@18300 { | ||||
| 				compatible = "marvell,armada-380-comphy"; | ||||
| 				reg = <0x18300 0x100>; | ||||
| 				reg-names = "comphy", "conf"; | ||||
| 				reg = <0x18300 0x100>, <0x18460 4>; | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <0>; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Russell King
						Russell King