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

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(-)
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;

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

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

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!
participants (3)
-
Andy Shevchenko
-
Bin Meng
-
Simon Glass