diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2025-01-31 15:08:30 -0600 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2025-02-12 11:49:41 +0100 |
commit | 960766b45fa2fe3b097b9e74e7410a08c7a85dca (patch) | |
tree | 85f99393e38f2c6d1a82ff1a90eadbb0830d02e3 | |
parent | 47905289907c1752e681efe32a61c40971d7b863 (diff) |
arm64: dts: marvell: Add missing board compatible for IEI-Puzzle-M801
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>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts b/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts index 9c25a88581e4..def25d51c4bf 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts @@ -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; |