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

ARM: dts: ast2500-evb: fix board compatible

The AST2500 EVB board should have dedicated compatible.

Fixes: 02440622656d ("arm/dst: Add Aspeed ast2500 device tree")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220529104928.79636-4-krzysztof.kozlowski@linaro.org

+1 -1
+1 -1
arch/arm/boot/dts/aspeed-ast2500-evb.dts
··· 5 5 6 6 / { 7 7 model = "AST2500 EVB"; 8 - compatible = "aspeed,ast2500"; 8 + compatible = "aspeed,ast2500-evb", "aspeed,ast2500"; 9 9 10 10 aliases { 11 11 serial4 = &uart5;