mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ARM: dts: aspeed: ast2600evb: Fix compatible string
The AST2600 EVB is not an A1. Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
da41645f11
commit
d916109169
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
/ {
|
||||
model = "AST2600 EVB";
|
||||
compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";
|
||||
compatible = "aspeed,ast2600-evb", "aspeed,ast2600";
|
||||
|
||||
aliases {
|
||||
serial4 = &uart5;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user