Standby Battery high drain on Xperia 10 III

There are about 1.400 peripherals that uses power control

redfishos:~ # find /sys -name control | grep power/control | wc -l
1408

redfishos:~ # grep -v -e auto $(find /sys -name control | grep power/control)
/sys/devices/platform/soc/4c90000.qcom,qup_uart/power/control:on

redfishos:~ # list=$(find /sys/devices/ -name control | grep power/control)
redfishos:~ # for i in $(grep -v auto $list | cut -d: -f1); do echo auto >$i; done

and it takes less than 7 seconds to find and fix allo of them but did not change anything.