mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines
The impedance of the QSPI PCB lines on the sama7g5ek is 50 Ohms. Align the output impedance of the QSPI0 HSIOs by setting a medium drive strength which corresponds to an impedance of 56 Ohms when VDD is in the 3.0V - 3.6V range. The high drive strength setting corresponds to an output impedance of 42 Ohms on the QSPI0 HSIOs. Suggested-by: Mihai Sain <mihai.sain@microchip.com> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20220406130505.422042-1-tudor.ambarus@microchip.com
This commit is contained in:
		
							parent
							
								
									3f7ce6d709
								
							
						
					
					
						commit
						68a9345536
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -655,7 +655,7 @@ | |||
| 			 <PIN_PB21__QSPI0_INT>; | ||||
| 		bias-disable; | ||||
| 		slew-rate = <0>; | ||||
| 		atmel,drive-strength = <ATMEL_PIO_DRVSTR_HI>; | ||||
| 		atmel,drive-strength = <ATMEL_PIO_DRVSTR_ME>; | ||||
| 	}; | ||||
| 
 | ||||
| 	pinctrl_sdmmc0_default: sdmmc0_default { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tudor Ambarus
						Tudor Ambarus