x86: edison: Add CPU to compatible string
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 2 Dec 2020 10:35:32 +0000 (12:35 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 16 Dec 2020 05:50:03 +0000 (13:50 +0800)
Like in the rest of x86 boards append CPU to the board compatible string.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/dts/edison.dts

index bc84bc8..97cc6ec 100644 (file)
@@ -16,7 +16,7 @@
 
 / {
        model = "Intel Edison";
-       compatible = "intel,edison";
+       compatible = "intel,edison", "intel,tangier";
 
        aliases {
                serial0 = &serial0;