Commit 30b276fc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: ast2500-evb: fix board compatible

The AST2500 EVB board should have dedicated compatible.

Fixes: 02440622 ("arm/dst: Add Aspeed ast2500 device tree")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220529104928.79636-4-krzysztof.kozlowski@linaro.org
parent f2906aa8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/ { / {
model = "AST2500 EVB"; model = "AST2500 EVB";
compatible = "aspeed,ast2500"; compatible = "aspeed,ast2500-evb", "aspeed,ast2500";
aliases { aliases {
serial4 = &uart5; serial4 = &uart5;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment