From: Andy Shevchenko Date: Wed, 2 Dec 2020 10:35:32 +0000 (+0200) Subject: x86: edison: Add CPU to compatible string X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=35d29a8f55bec00bd59ed1e35fb900198c27bdb1;p=u-boot.git 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 Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index bc84bc892e..97cc6ec386 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;