arm64: dts: marvell: uDPU: add missing SoC compatible

According to the bindings, all boards using Armada 37xx SoC-s must have
"marvell,armada3710" compatible while 3720 based ones should also have
"marvell,armada3720" before it.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Robert Marko 2022-05-16 14:48:22 +02:00 committed by Gregory CLEMENT
parent 172f5fbd25
commit 380c946606

View File

@ -16,7 +16,7 @@
/ {
model = "Methode uDPU Board";
compatible = "methode,udpu", "marvell,armada3720";
compatible = "methode,udpu", "marvell,armada3720", "marvell,armada3710";
chosen {
stdout-path = "serial0:115200n8";