forked from dlink-dir_819/openwrt
		
	Add u-boot bootloader based on 2023.01 to support D1-based boards, currently: - Dongshan Nezha STU - LicheePi RV Dock - MangoPi MQ-Pro - Nezha D1 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
		
			
				
	
	
		
			24 lines
		
	
	
		
			652 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			652 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From ad619478827b825d7b88dce22eb9b5e1c6ea7eb0 Mon Sep 17 00:00:00 2001
 | |
| From: Samuel Holland <samuel@sholland.org>
 | |
| Date: Sat, 6 Aug 2022 00:11:54 -0500
 | |
| Subject: [PATCH 62/90] sunxi: Enable the I2C driver by default
 | |
| 
 | |
| This is used by quite a large number of boards, for PMIC/regulator or
 | |
| LCD panel control.
 | |
| 
 | |
| Signed-off-by: Samuel Holland <samuel@sholland.org>
 | |
| ---
 | |
|  board/sunxi/Kconfig | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| --- a/board/sunxi/Kconfig
 | |
| +++ b/board/sunxi/Kconfig
 | |
| @@ -38,6 +38,7 @@ config BOARD_SUNXI
 | |
|  	imply SPL_POWER
 | |
|  	imply SPL_SERIAL
 | |
|  	imply SUNXI_GPIO
 | |
| +	imply SYS_I2C_MVTWSI
 | |
|  	imply SYS_NS16550
 | |
|  	imply SYSRESET
 | |
|  	imply SYSRESET_WATCHDOG
 |