[U-Boot] [PATCH u-boot 2/5] aspeed: Fixed incosistency in some SCU registers naming.

2016-11-22 Thread maxims
From: Maxim Sloyko Basically fixed FUC/FUN typo that went out of hand. Signed-off-by: Maxim Sloyko --- arch/arm/include/asm/arch-aspeed/regs-scu.h | 73 - arch/arm/mach-aspeed/ast-scu.c | 2 +- 2 files changed, 42 insertions(+), 33 deletions(-) diff -

[U-Boot] [PATCH u-boot 4/5] aspeed: Added function to configure pins for I2C devices.

2016-11-22 Thread maxims
From: Maxim Sloyko In the absence of pinmux driver, I2C driver will be configuring pins directly. Signed-off-by: Maxim Sloyko --- arch/arm/include/asm/arch-aspeed/ast_scu.h | 5 + arch/arm/mach-aspeed/ast-scu.c | 28 2 files changed, 33 insertions(

[U-Boot] [PATCH u-boot 1/5] aspeed/g5: Device Tree for ast2500, copied from openbmc/linux (include file), plus minimal device tree configuration for ast2500 eval board.

2016-11-22 Thread maxims
From: Maxim Sloyko aspeed-g5.dtsi include file is copied from https://github.com/openbmc/linux/blob/c5682cb/arch/arm/boot/dts/aspeed-g5.dtsi Signed-off-by: Maxim Sloyko --- arch/arm/dts/Makefile |2 + arch/arm/dts/aspeed-g5-evb.dts | 28 + arch/arm/dts/aspeed-g5.dtsi| 1278 +