diff options
| author | Andy Shevchenko <[email protected]> | 2020-12-02 12:35:32 +0200 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2020-12-16 13:50:03 +0800 |
| commit | 35d29a8f55bec00bd59ed1e35fb900198c27bdb1 (patch) | |
| tree | 5c5f9927aa7b9c12d64a914300f3dc4e50cc5bf3 | |
| parent | 5384a3f56ce19a0b394ff892c94d06092073b19b (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -rw-r--r-- | arch/x86/dts/edison.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index bc84bc892e7..97cc6ec386c 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; |
