ath79: fix eth pll for ar913x
PLL node is missing syscon in compatible string. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
		 Chuanhong Guo
					Chuanhong Guo
				
			
				
					committed by
					
						 Mathias Kresin
						Mathias Kresin
					
				
			
			
				
	
			
			
			 Mathias Kresin
						Mathias Kresin
					
				
			
						parent
						
							a6369206fe
						
					
				
				
					commit
					8e4e545ecb
				
			| @@ -93,7 +93,7 @@ | |||||||
|  |  | ||||||
| 			pll: pll-controller@18050000 { | 			pll: pll-controller@18050000 { | ||||||
| 				compatible = "qca,ar9132-pll", | 				compatible = "qca,ar9132-pll", | ||||||
| 						"qca,ar9130-pll"; | 						"qca,ar9130-pll", "syscon"; | ||||||
| 				reg = <0x18050000 0x20>; | 				reg = <0x18050000 0x20>; | ||||||
|  |  | ||||||
| 				clock-names = "ref"; | 				clock-names = "ref"; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user