]> git.itanic.dy.fi Git - linux-stable/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>
Wed, 17 Aug 2022 13:14:09 +0000 (15:14 +0200)
[ Upstream commit aa5e06208500a0db41473caebdee5a2e81d5a277 ]

The AST2600 EVB board should have dedicated compatible.

Fixes: 2ca5646b5c2f ("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 5a6063bd4508db7f209007306b4c931a56e5ed21..c698e653826937f0fb5566140abf42277585bdd7 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        model = "AST2600 EVB";
-       compatible = "aspeed,ast2600";
+       compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";
 
        aliases {
                serial4 = &uart5;