diff mbox series

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

Message ID 20201202103532.75274-1-andriy.shevchenko@linux.intel.com
State Accepted
Commit 35d29a8f55bec00bd59ed1e35fb900198c27bdb1
Delegated to: Bin Meng
Headers show
Series [v1] x86: edison: Add CPU to compatible string | expand

Commit Message

Andy Shevchenko Dec. 2, 2020, 10:35 a.m. UTC
Like in the rest of x86 boards append CPU to the board compatible string.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 arch/x86/dts/edison.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Dec. 3, 2020, 2:04 a.m. UTC | #1
On Wed, 2 Dec 2020 at 03:35, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Like in the rest of x86 boards append CPU to the board compatible string.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  arch/x86/dts/edison.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng Dec. 16, 2020, 3:34 a.m. UTC | #2
On Wed, Dec 2, 2020 at 6:35 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Like in the rest of x86 boards append CPU to the board compatible string.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  arch/x86/dts/edison.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Bin Meng Dec. 16, 2020, 5:52 a.m. UTC | #3
On Wed, Dec 16, 2020 at 11:34 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Wed, Dec 2, 2020 at 6:35 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> >
> > Like in the rest of x86 boards append CPU to the board compatible string.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > ---
> >  arch/x86/dts/edison.dts | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index bc84bc892e71..97cc6ec386c2 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -16,7 +16,7 @@ 
 
 / {
 	model = "Intel Edison";
-	compatible = "intel,edison";
+	compatible = "intel,edison", "intel,tangier";
 
 	aliases {
 		serial0 = &serial0;