projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1382391
)
imx8mn-somdevices: spl: Changes to decrease temperature.
author
Josep Orga
<jorga@somdevices.com>
Fri, 29 Oct 2021 08:26:53 +0000
(10:26 +0200)
committer
Josep Orga
<jorga@somdevices.com>
Fri, 29 Oct 2021 08:26:53 +0000
(10:26 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
board/somdevices/imx8mn_somdevices/spl.c
patch
|
blob
|
history
diff --git
a/board/somdevices/imx8mn_somdevices/spl.c
b/board/somdevices/imx8mn_somdevices/spl.c
index
e6ed504
..
573c7fd
100644
(file)
--- a/
board/somdevices/imx8mn_somdevices/spl.c
+++ b/
board/somdevices/imx8mn_somdevices/spl.c
@@
-144,8
+144,8
@@
int power_init_board(void)
/* Set NVCC_DRAM to 1.35v */
pmic_reg_write(dev, PCA9450_BUCK6OUT, 0x1E);
#else
- /*
increase VDD_SOC/VDD_DRAM to typical value 0.95V before first DRAM access
*/
- pmic_reg_write(dev, PCA9450_BUCK1OUT_DVS0, 0x1
C
);
+ /*
Set VDD_SOC/VDD_DRAM to 0.8V
*/
+ pmic_reg_write(dev, PCA9450_BUCK1OUT_DVS0, 0x1
0
);
#endif
/* Set DVS1 to 0.75v for low-v suspend */
/* Enable DVS control through PMIC_STBY_REQ and set B1_ENMODE=1 (ON by PMIC_ON_REQ=H) */