23 lines
844 B
Diff
23 lines
844 B
Diff
From 2e11aed37443f523006a4a4fccd478e67ddac852 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Vogelaar <patrick.vogelaar@belden.com>
|
|
Date: Wed, 19 Apr 2023 09:09:50 +0200
|
|
Subject: [PATCH] fix u-boot device tree compatible
|
|
|
|
---
|
|
arch/arm64/boot/dts/marvell/cn9130-bldn-mbv.dts | 4 ++++
|
|
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/marvell/cn9130-bldn-mbv.dts b/arch/arm64/boot/dts/marvell/cn9130-bldn-mbv.dts
|
|
index 42faebf55e28..004b7826371e 100644
|
|
--- a/arch/arm64/boot/dts/marvell/cn9130-bldn-mbv.dts
|
|
+++ b/arch/arm64/boot/dts/marvell/cn9130-bldn-mbv.dts
|
|
@@ -12,6 +12,8 @@
|
|
|
|
/ {
|
|
model = "SolidRun CN9130 based SOM BLDN MBV";
|
|
+ compatible = "solidrun,cn9130-bldn-mbv", "marvell,cn9130", "marvell,cn9131",
|
|
+ "marvell,armada-ap807-quad", "marvell,armada-ap807";
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|