Merge branch 'master' of http://git.denx.de/u-boot-sunxi
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
|
||||
#endif
|
||||
|
||||
#define CONFIG_SUNXI_USB_PHYS 2
|
||||
#ifdef CONFIG_MACH_SUN8I_H3
|
||||
#define CONFIG_SUNXI_USB_PHYS 4
|
||||
#else
|
||||
#define CONFIG_SUNXI_USB_PHYS 2
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef CONFIG_MACH_SUN8I_A83T
|
||||
|
||||
@@ -206,7 +206,8 @@
|
||||
#define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
|
||||
|
||||
/* I2C */
|
||||
#if defined CONFIG_AXP152_POWER || defined CONFIG_AXP209_POWER
|
||||
#if defined CONFIG_AXP152_POWER || defined CONFIG_AXP209_POWER || \
|
||||
defined CONFIG_SY8106A_POWER
|
||||
#define CONFIG_SPL_I2C_SUPPORT
|
||||
#endif
|
||||
|
||||
@@ -240,7 +241,8 @@ extern int soft_i2c_gpio_scl;
|
||||
|
||||
/* PMU */
|
||||
#if defined CONFIG_AXP152_POWER || defined CONFIG_AXP209_POWER || \
|
||||
defined CONFIG_AXP221_POWER || defined CONFIG_AXP818_POWER
|
||||
defined CONFIG_AXP221_POWER || defined CONFIG_AXP818_POWER || \
|
||||
defined CONFIG_SY8106A_POWER
|
||||
#define CONFIG_SPL_POWER_SUPPORT
|
||||
#endif
|
||||
|
||||
|
||||
11
include/sy8106a.h
Normal file
11
include/sy8106a.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* (C) Copyright 2016
|
||||
* Jelle van der Waa <jelle@vdwaa.nl>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
#ifndef _SY8106A_PMIC_H_
|
||||
|
||||
int sy8106a_set_vout1(unsigned int mvolt);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user