tty: serial: add Freescale lpuart driver support
Add Freescale lpuart driver support. The lpuart device can be found on Vybrid VF610 and Layerscape LS-1 SoCs. Signed-off-by: Jingchang Lu <b35083@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
					parent
					
						
							
								1ba7055af2
							
						
					
				
			
			
				commit
				
					
						c9e2e946fb
					
				
			
		
					 5 changed files with 906 additions and 0 deletions
				
			
		|  | @ -226,4 +226,7 @@ | |||
| /* Rocketport EXPRESS/INFINITY */ | ||||
| #define PORT_RP2	102 | ||||
| 
 | ||||
| /* Freescale lpuart */ | ||||
| #define PORT_LPUART	103 | ||||
| 
 | ||||
| #endif /* _UAPILINUX_SERIAL_CORE_H */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jingchang Lu
				Jingchang Lu