Re: [PATCH v1] x86: edison: Add CPU to compatible string

2020-12-15 Thread Bin Meng
On Wed, Dec 16, 2020 at 11:34 AM Bin Meng wrote: > > On Wed, Dec 2, 2020 at 6:35 PM Andy Shevchenko > wrote: > > > > Like in the rest of x86 boards append CPU to the board compatible string. > > > > Signed-off-by: Andy Shevchenko > > --- > > arch/x86/dts/edison.dts | 2 +- > > 1 file changed, 1

Re: [PATCH v1] x86: edison: Add CPU to compatible string

2020-12-15 Thread Bin Meng
On Wed, Dec 2, 2020 at 6:35 PM Andy Shevchenko wrote: > > Like in the rest of x86 boards append CPU to the board compatible string. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/dts/edison.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng

Re: [PATCH v1] x86: edison: Add CPU to compatible string

2020-12-02 Thread Simon Glass
On Wed, 2 Dec 2020 at 03:35, Andy Shevchenko wrote: > > Like in the rest of x86 boards append CPU to the board compatible string. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/dts/edison.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH v1] x86: edison: Add CPU to compatible string

2020-12-02 Thread Andy Shevchenko
Like in the rest of x86 boards append CPU to the board compatible string. Signed-off-by: Andy Shevchenko --- arch/x86/dts/edison.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index bc84bc892e71..97cc6ec386c2 100644 --- a