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> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Bin Meng
parent
5384a3f56c
commit
35d29a8f55
@@ -16,7 +16,7 @@
|
||||
|
||||
/ {
|
||||
model = "Intel Edison";
|
||||
compatible = "intel,edison";
|
||||
compatible = "intel,edison", "intel,tangier";
|
||||
|
||||
aliases {
|
||||
serial0 = &serial0;
|
||||
|
||||
Reference in New Issue
Block a user