]> www.infradead.org Git - users/dwmw2/linux.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>
Sun, 21 Aug 2022 13:15:33 +0000 (15:15 +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 8d0f4656aa05c1e521a59c9eb1edda3f4f9bd635..892814c02aa928e89cb114fce7b20daa6bbe8415 100644 (file)
@@ -7,7 +7,7 @@
 
 / {
        model = "AST2600 EVB";
-       compatible = "aspeed,ast2600";
+       compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";
 
        aliases {
                serial4 = &uart5;