apm821xx: MyBook Live convert to DT PHY
Changes MyBook Live to use DT PHY probing and the broadcom phy driver. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
		 Christian Lamparter
					Christian Lamparter
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							6ad56fb34c
						
					
				
				
					commit
					0cad9f09be
				
			| @@ -171,6 +171,17 @@ | |||||||
|  |  | ||||||
| &EMAC0 { | &EMAC0 { | ||||||
| 	status = "okay"; | 	status = "okay"; | ||||||
|  |  | ||||||
|  | 	phy-map = <0x2>; | ||||||
|  | 	phy-address = <0x1>; | ||||||
|  | 	phy-handle = <&phy>; | ||||||
|  |  | ||||||
|  | 	mdio { | ||||||
|  | 		phy: phy@1 { | ||||||
|  | 			compatible = "ethernet-phy-ieee802.3-c22"; | ||||||
|  | 			reg = <1>; | ||||||
|  | 		}; | ||||||
|  | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
| &SATA1 { | &SATA1 { | ||||||
|   | |||||||
| @@ -1,5 +1,6 @@ | |||||||
| # CONFIG_IKAREM is not set | # CONFIG_IKAREM is not set | ||||||
| CONFIG_APOLLO3G=y | CONFIG_APOLLO3G=y | ||||||
|  | CONFIG_BROADCOM_PHY=y | ||||||
| CONFIG_EXT4_FS=y | CONFIG_EXT4_FS=y | ||||||
| CONFIG_DMADEVICES=y | CONFIG_DMADEVICES=y | ||||||
| CONFIG_DMA_ENGINE=y | CONFIG_DMA_ENGINE=y | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user