ARM: dts: aspeed: ast2600evb: Fix compatible string
authorJoel Stanley <joel@jms.id.au>
Tue, 27 Sep 2022 08:06:39 +0000 (17:36 +0930)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Sep 2022 03:01:40 +0000 (12:31 +0930)
The AST2600 EVB is not an A1.

Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-ast2600-evb.dts

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