mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	Targets were build tested and patches are refreshed. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42463
		
			
				
	
	
		
			31 lines
		
	
	
		
			839 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			839 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 1070f51b55d11e8831317d718acf2af46a181311 Mon Sep 17 00:00:00 2001
 | |
| From: Maxime Ripard <maxime.ripard@free-electrons.com>
 | |
| Date: Thu, 2 Jan 2014 22:05:04 +0100
 | |
| Subject: [PATCH] ARM: sun7i: Add missing serial aliases
 | |
| 
 | |
| Some UART aliases have been defined, but not all of them. Add the remaining
 | |
| ones to be consistent and to ease the parsing of the DT by the bootloaders.
 | |
| 
 | |
| Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
 | |
| ---
 | |
|  arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++++++
 | |
|  1 file changed, 8 insertions(+)
 | |
| 
 | |
| --- a/arch/arm/boot/dts/sun7i-a20.dtsi
 | |
| +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
 | |
| @@ -18,6 +18,14 @@
 | |
|  
 | |
|  	aliases {
 | |
|  		ethernet0 = &emac;
 | |
| +		serial0 = &uart0;
 | |
| +		serial1 = &uart1;
 | |
| +		serial2 = &uart2;
 | |
| +		serial3 = &uart3;
 | |
| +		serial4 = &uart4;
 | |
| +		serial5 = &uart5;
 | |
| +		serial6 = &uart6;
 | |
| +		serial7 = &uart7;
 | |
|  	};
 | |
|  
 | |
|  	cpus {
 |