Re: [U-Boot] [PATCH v4 12/19] fdt: Add compatible strings for Arria 10

2017-04-15 Thread Simon Glass
Hi, On 5 April 2017 at 03:32, Ley Foon Tan wrote: > Add compatible strings for Intel Arria 10 SoCFPGA device. > > Signed-off-by: Tien Fong Chee > Signed-off-by: Ley Foon Tan > --- > include/fdtdec.h | 8 > lib/fdtdec.c | 8 > 2 files changed, 16 insertions(+) > > diff --g

Re: [U-Boot] [PATCH v4 12/19] fdt: Add compatible strings for Arria 10

2017-04-05 Thread Marek Vasut
On 04/05/2017 11:32 AM, Ley Foon Tan wrote: > Add compatible strings for Intel Arria 10 SoCFPGA device. > > Signed-off-by: Tien Fong Chee > Signed-off-by: Ley Foon Tan > --- Applied. -- Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH v4 12/19] fdt: Add compatible strings for Arria 10

2017-04-05 Thread Ley Foon Tan
Add compatible strings for Intel Arria 10 SoCFPGA device. Signed-off-by: Tien Fong Chee Signed-off-by: Ley Foon Tan --- include/fdtdec.h | 8 lib/fdtdec.c | 8 2 files changed, 16 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h index d074478..2134701 100644