Skip to content

Commit

Permalink
fix: readded missing lines to mt7986a-bpi-r3-emmc.dts to
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
meehien authored and frank-w committed Oct 12, 2024
1 parent 8058ba1 commit fc06f80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/dts/mt7986a-bpi-r3-emmc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
#include "mt7986a-bpi-r3-sd.dts"
#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "mediatek,mt7986", "mediatek,mt7986-rfb",
"mediatek,mt7986-emmc-rfb";
bl2_verify {
bl2_compatible = "emmc";
};
reg_1p8v: regulator-1p8v {
compatible = "regulator-fixed";
regulator-name = "fixed-1.8V";
Expand Down

0 comments on commit fc06f80

Please sign in to comment.