
12 Jul
2016
12 Jul
'16
7:20 a.m.
On Tue, Jun 28, 2016 at 9:45 PM, Stefan Roese sr@denx.de wrote:
This patch includes the following changes:
- Remove Designware I2C support from dts as its not used
- Configure SMBus PADs in dts
- Enable I2C commands and I2C support
- Configure SMSC2513 USB hub via SMBus upon startup
- Move environment location to match Minnowmax example
- Enhancement of the default environment
Signed-off-by: Stefan Roese sr@denx.de Cc: Bin Meng bmeng.cn@gmail.com Cc: Simon Glass sjg@chromium.org
arch/x86/dts/conga-qeval20-qa3-e3845.dts | 18 ++++++---- .../conga-qeval20-qa3-e3845/conga-qeval20-qa3.c | 40 ++++++++++++++++++++++ ...conga-qeval20-qa3-e3845-internal-uart_defconfig | 3 ++ configs/conga-qeval20-qa3-e3845_defconfig | 3 ++ include/configs/conga-qeval20-qa3-e3845.h | 12 ++++--- 5 files changed, 64 insertions(+), 12 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com