Re: [U-Boot] [PATCH] ARM: UniPhier: fix IECTRL set code for PH1-Pro4

2015-01-22 Thread Masahiro YAMADA
2015-01-19 22:31 GMT+09:00 Masahiro Yamada : > For PH1-Pro4, the bit 6 of the IECTRL must be set. It is the only > available bit in this register. There is no effect of the write > access to the other bits. > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier/master -- Best Regards M

[U-Boot] [PATCH] ARM: UniPhier: fix IECTRL set code for PH1-Pro4

2015-01-19 Thread Masahiro Yamada
For PH1-Pro4, the bit 6 of the IECTRL must be set. It is the only available bit in this register. There is no effect of the write access to the other bits. Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/ph1-pro4/sg_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)