Message ID | 20210928110053.66715-1-robert.marko@sartura.hr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: dts: marvell: puzzle-m801: add board specific compatible | expand |
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 dac85fa748de..a6126e4c7fbd 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,8 @@ / { 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;
Currently, the Puzzle M801 board has no compatible specified for it and just uses the generic Armada ones. This prevents projects like OpenWrt that depend on using the compatible on DT aware systems to actually identify the board for configuration. So, add the vendor and board specific compatible like its common practice with other boards. Signed-off-by: Robert Marko <robert.marko@sartura.hr> --- arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)