Hi,
I just upgraded my ArchLinux distro on Raspberry PI4 model B 4Go :
$this->bbcode_second_pass_code('', '# cat /proc/device-tree/model
Raspberry Pi 4 Model B Rev 1.2')
After upgrade, thermal sensors no more working :
$this->bbcode_second_pass_code('', 'Mar 05 01:44:32 berty kernel: thermal_sys: Failed to find 'trips' node
Mar 05 01:44:32 berty kernel: thermal_sys: Failed to find trip points for thermal id=0
Mar 05 01:44:32 berty kernel: bcm2711_thermal fd5d2000.avs-monitor:thermal: could not register sensor: -22
Mar 05 01:44:32 berty kernel: bcm2711_thermal: probe of fd5d2000.avs-monitor:thermal failed with error -22')
Finding this post : https://github.com/raspberrypi/linux/issues/5291, I understood that bcm2711-rpi-4-b.dtb file is outdated for upgraded Kernel.
Replacing it with latest version from https://github.com/raspberrypi/firmware ... aster/boot fixes the issue.
I think it may be necessary to upgrade https://github.com/archlinuxarm/PKGBUIL ... i/PKGBUILD but I'm not sure of how to test it.
Regards.