]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: ast2600-evb: fix board compatible
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 29 May 2022 10:49:26 +0000 (12:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:17:34 +0000 (11:17 +0200)
[ Upstream commit 36e9ab29d45e2e933749d56aa7eda051a5a470ca ]

The AST2600 EVB board should have dedicated compatible.

Fixes: c5bdd2987335 ("ARM: dts: aspeed: Add AST2600 and EVB")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220529104928.79636-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/aspeed-ast2600-evb.dts

index 9870553919b7c437bed19447d08a23dc2845167c..f00b19ad4fa629df2246fa4655d82807b35b5031 100644 (file)
@@ -7,7 +7,7 @@
 
 / {
        model = "AST2600 EVB";
-       compatible = "aspeed,ast2600";
+       compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";
 
        aliases {
                serial4 = &uart5;