diff --git a/layers/meta-belden-marvell-bsp/recipes-bsp/u-boot/files/0001-cn9130-fix-compatible-node-inside-dts-pt-2.patch b/layers/meta-belden-marvell-bsp/recipes-bsp/u-boot/files/0001-cn9130-fix-compatible-node-inside-dts-pt-2.patch new file mode 100644 index 0000000..a63e32b --- /dev/null +++ b/layers/meta-belden-marvell-bsp/recipes-bsp/u-boot/files/0001-cn9130-fix-compatible-node-inside-dts-pt-2.patch @@ -0,0 +1,26 @@ +From 841657cef0b50f6e3af4d3d3c829e438fbac7cc3 Mon Sep 17 00:00:00 2001 +From: Patrick Vogelaar +Date: Wed, 19 Apr 2023 09:07:10 +0200 +Subject: [PATCH] fix u-boot device tree compatible + +--- + arch/arm/dts/cn9131-bldn-mbv.dts | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/arch/arm/dts/cn9131-bldn-mbv.dts b/arch/arm/dts/cn9131-bldn-mbv.dts +index d10c7f032e..74322805db 100644 +--- a/arch/arm/dts/cn9131-bldn-mbv.dts ++++ b/arch/arm/dts/cn9131-bldn-mbv.dts +@@ -11,8 +11,10 @@ + + / { + model = "Belden CN9131 based Platform"; +- compatible = "marvell,cn9131-db", "marvell,armada-ap806-quad", +- "marvell,armada-ap806"; ++ compatible = "solidrun,cn9131-bldn-mbv", "marvell,cn9130-db", ++ "marvell,cn91xx", "marvell,cn9030-vd", "marvell,cn9030", ++ "marvell,armada-ap806-quad", "marvell,armada-ap806", ++ "marvell,armada70x0"; + }; + + &cp1_comphy {