> Wiadomość napisana przez Peter Geis <pgwipeout@xxxxxxxxx> w dniu 17.01.2022, o godz. 15:38: > > > > Your issue is in your dts. > You have retained the quartz64-a &cpu_thermal active thermal node > without tying in an active thermal control device (a fan). > By default the rk356x dtsi passive thermal trips are hooked up and > will throttle the device in case of overtemp. > If your device has no active thermal control, you don't need to add > the &cpu_thermal node at all to your dts. > >> >> btw2: for rk3566 i'm using majority of your patches! >> Great work of you! Peter, Many thx! Now it works nicely: cpu_thermal-virtual-0 Adapter: Virtual device temp1: +33.8°C (crit = +95.0°C) gpu_thermal-virtual-0 Adapter: Virtual device temp1: +34.4°C (crit = +95.0°C) again: many thx! forgive me unrelated q: may hint me for script you are using in your gitlab ci for building quartz64 u-boot in ci pipeline? I'm using yours binaries - but want to add building from sources in my project....