Commit 380c9466 authored by Robert Marko's avatar Robert Marko Committed by Gregory CLEMENT

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: default avatarRobert Marko <robert.marko@sartura.hr>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 172f5fbd
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment