User Activity

I've enabled pps-gpio and pps in the kernel config and added the following to the device tree:/{ //... pps{ compatible = "pps-gpio"; gpios = <&gpiod 13 GPIO_PULL_UP>; status = "okay"; }; };but this results in the follo...
Hi again,that's how i understood it so far, correct me if i'm wrong:openstlinux on STM32MP1 uses arch_sys_counter as clocksourcecat /sys/devices/system/clocksource/clocksource0/available_clocksource arch_sys_counterwhich also serves as clock source ...
Hi,I wanted to ask if there is a possibility to have the same time domain on the M4 and A7 cores?To be a bit more specific: my STM32MP1 board synchronises time over Ethernet using PTP (and that works great!) but now i want to timestamp a digital inpu...
Kudos from