On Mon Jul 14, 2025 at 2:19 PM CEST, Konrad Dybcio wrote: > On 7/13/25 10:05 AM, Luca Weiss wrote: >> Add a devicetree for The Fairphone (Gen. 6) smartphone, which is based >> on the Milos/SM7635 SoC. >> >> Supported functionality as of this initial submission: >> * Debug UART >> * Regulators (PM7550, PM8550VS, PMR735B, PM8008) >> * Remoteprocs (ADSP, CDSP, MPSS, WPSS) >> * Power Button, Volume Keys, Switch >> * Display (using simple-framebuffer) >> * PMIC-GLINK (Charger, Fuel gauge, USB-C mode switching) >> * Camera flash/torch LED >> * SD card >> * USB >> >> Signed-off-by: Luca Weiss <luca.we...@fairphone.com> >> --- > > [...] > >> + reserved-memory { >> + /* >> + * ABL is powering down display and controller if this node is >> + * not named exactly "splash_region". >> + */ >> + splash_region@e3940000 { > > Was it not possible to arrange for a fw update after all?
I've made a patch to support both 'splash' and 'splash-region' but not sure when it's going to be included, I've sent the patch to the correct people internally last week. Since Android build cycles are always super slow, it'll take a the very least a month I guess. > > fwiw the rest looks good Thanks! Regards Luca > > Konrad