Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ast2600-evb: fix board compatible

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

+1 -1
+1 -1
arch/arm/boot/dts/aspeed-ast2600-evb.dts
··· 8 8 9 9 / { 10 10 model = "AST2600 EVB"; 11 - compatible = "aspeed,ast2600"; 11 + compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600"; 12 12 13 13 aliases { 14 14 serial4 = &uart5;