Skip to content

Commit

Permalink
ARM: dts: ast2600-evb: fix board compatible
Browse files Browse the repository at this point in the history
[ Upstream commit aa5e062 ]

The AST2600 EVB board should have dedicated compatible.

Fixes: 2ca5646 ("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>
  • Loading branch information
krzk authored and gregkh committed Aug 17, 2022
1 parent 6fa1cf1 commit 5f73deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/aspeed-ast2600-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
model = "AST2600 EVB";
compatible = "aspeed,ast2600";
compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";

aliases {
serial4 = &uart5;
Expand Down

0 comments on commit 5f73deb

Please sign in to comment.