mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			551 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			551 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 3b7eb946b1d640d684a921e53e1e50985ab7eb89 Mon Sep 17 00:00:00 2001
 | |
| From: QiuSimons <45143996+QiuSimons@users.noreply.github.com>
 | |
| Date: Tue, 4 Aug 2020 20:17:53 +0800
 | |
| Subject: [PATCH] rockchip: rk3328: add i2c0 controller for nanopi r2s
 | |
| 
 | |
| ---
 | |
|  arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 4 ++++
 | |
|  1 files changed, 4 insertions(+)
 | |
| 
 | |
| --- a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts
 | |
| +++ b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts
 | |
| @@ -173,6 +173,10 @@
 | |
|  	};
 | |
|  };
 | |
|  
 | |
| +&i2c0 {
 | |
| +	status = "okay";
 | |
| +};
 | |
| +
 | |
|  &i2c1 {
 | |
|  	status = "okay";
 | |
|  
 |