User Activity

Apparently in v2.8 TF-A the RCC device tree block changed significantly for the STM32MP157CAAx board as this commit shows:https://github.com/STMicroelectronics/arm-trusted-firmware/commit/3cf2edd6b87ca5c131108c533761d26cb0539d5eSo old device trees fr...
On an STM32MP157C the IWDG is setup correctly, but when I trigger an endless loop in U-Boot or a panic in the Kernel, after the timeout the reset does not work. All I know is that the debugger shows a Vector catch. In OPTEE OS the reset works. Is thi...
The Linux Kernel maintainers have just updated the longterm release kernels: https://www.kernel.org/category/releases.htmlCould someone from ST please give an information about which kernel version for STM32MP1 will be supported in the future until 2...
Suppose I would implement a sysfs interface that enables me to set the dr_mode of the dwc2 driver. Is it possible without huge changes in the code, to change the dr_mode on the fly via userspace? We might use the usb-role-switch functionality of the ...
We need to enable/disable pwr_sw1 and pwr_sw1 preferably via sysfs:vdd_usb_sw: pwr_sw1 { regulator-name = "vdd_usb_sw"; };   vdd_sd_sw: pwr_sw2 { regulator-name = "vdd_sd_sw"; regulator-always-on; regulator-boot-on; regulator-acti...