aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts/edison.dts
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-12-02 12:35:32 +0200
committerBin Meng <bmeng.cn@gmail.com>2020-12-16 13:50:03 +0800
commit35d29a8f55bec00bd59ed1e35fb900198c27bdb1 (patch)
tree5c5f9927aa7b9c12d64a914300f3dc4e50cc5bf3 /arch/x86/dts/edison.dts
parent5384a3f56ce19a0b394ff892c94d06092073b19b (diff)
downloadu-boot-35d29a8f55bec00bd59ed1e35fb900198c27bdb1.zip
u-boot-35d29a8f55bec00bd59ed1e35fb900198c27bdb1.tar.gz
u-boot-35d29a8f55bec00bd59ed1e35fb900198c27bdb1.tar.bz2
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>
Diffstat (limited to 'arch/x86/dts/edison.dts')
-rw-r--r--arch/x86/dts/edison.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index bc84bc8..97cc6ec 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;