Re: [U-Boot] [PATCH] ARM: uniphier: fix MODEL field of REVISION register

2017-05-17 Thread Masahiro Yamada
2017-05-09 17:14 GMT+09:00 Masahiro Yamada : > The MODEL field is 3 bit wide. > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.

[U-Boot] [PATCH] ARM: uniphier: fix MODEL field of REVISION register

2017-05-09 Thread Masahiro Yamada
The MODEL field is 3 bit wide. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/soc-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-uniphier/soc-info.c b/arch/arm/mach-uniphier/soc-info.c index baf1be6..f9de3a9 100644 --- a/arch/arm/mach-uniphi