phy: atheros: Fix the "qca,clk-out-frequency" example
The correct name for the property is "qca,clk-out-frequency", so fix it accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Michael Walle <michael@walle.cc>
This commit is contained in:
		
							parent
							
								
									d622c24058
								
							
						
					
					
						commit
						ccbda9e680
					
				|  | @ -23,7 +23,7 @@ Example: | |||
| 
 | ||||
| 	ethernet-phy@0 { | ||||
| 		reg = <0>; | ||||
| 		qca-clk-out-frequency = <125000000>; | ||||
| 		qca,clk-out-frequency = <125000000>; | ||||
| 		qca,keep-pll-enabled; | ||||
| 
 | ||||
| 		vddio-supply = <&vddio>; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue