Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

imx233: disable half fets on boot

This might cause freeze if the power supply is not able to cope
with the demand

Change-Id: I231142327fcad2096c18d3c8872ac8b6ee24f69c

+1
+1
firmware/target/arm/imx233/power-imx233.c
··· 115 115 116 116 void imx233_power_init(void) 117 117 { 118 + BF_CLR(POWER_MINPWR, HALF_FETS); 118 119 /* setup vbusvalid parameters: set threshold to 4v and power up comparators */ 119 120 BF_CLR(POWER_5VCTRL, VBUSVALID_TRSH); 120 121 BF_SETV(POWER_5VCTRL, VBUSVALID_TRSH, 1);