Skip to content

Commit 2edcdea

Browse files
meehienfrank-w
authored andcommitted
fix: readded missing lines to mt7986a-bpi-r3-emmc.dts to
address the following error when cold-booting from the emmc. NOTICE: BL2: v2.6(release):c30a1caf827-dirty emmc NOTICE: BL2: Built : 20:12:40, Feb 7 2024 NOTICE: WDT: disabled NOTICE: CPU: MT7986 (2000MHz) NOTICE: EMI: Using DDR4 settings NOTICE: EMI: Detected DRAM size: 2048MB NOTICE: EMI: complex R/W mem test passed ERROR: MSDC: Command has timed out with cmd=8, arg=0x1aa ERROR: MSDC: Command has timed out with cmd=17, arg=0x680000 ERROR: MSDC: Command has timed out with cmd=17, arg=0x680000 ERROR: BL2: Failed to load image id 3 (-5)
1 parent 285dd4d commit 2edcdea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/dts/mt7986a-bpi-r3-emmc.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
#include "mt7986a-bpi-r3-sd.dts"
99
#include <dt-bindings/gpio/gpio.h>
1010
/ {
11+
compatible = "mediatek,mt7986", "mediatek,mt7986-rfb",
12+
"mediatek,mt7986-emmc-rfb";
13+
bl2_verify {
14+
bl2_compatible = "emmc";
15+
};
1116
reg_1p8v: regulator-1p8v {
1217
compatible = "regulator-fixed";
1318
regulator-name = "fixed-1.8V";

0 commit comments

Comments
 (0)