]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: marvell: Add missing board compatible for IEI-Puzzle-M801
authorRob Herring (Arm) <robh@kernel.org>
Fri, 31 Jan 2025 21:08:30 +0000 (15:08 -0600)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 12 Feb 2025 10:49:41 +0000 (11:49 +0100)
The IEI-Puzzle-M801 board is missing a board compatible, so add one.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts

index 9c25a88581e428917695551625ff68705788130b..def25d51c4bf9ad9c1a8ad6dcea3b70a65e97af2 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        model = "IEI-Puzzle-M801";
-       compatible = "marvell,armada8040", "marvell,armada-ap806-quad", "marvell,armada-ap806";
+       compatible = "iei,puzzle-m801", "marvell,armada8040", "marvell,armada-ap806-quad", "marvell,armada-ap806";
 
        aliases {
                ethernet0 = &cp0_eth0;