This also include some cleanup and additional fixes.
The issues was due to unused a512_zap.mbn although I place it in the proper place with:
install -Dm644 qcom/a512_zap.elf "$pkgdir/$_fwdir/postmarketos/a512_zap.mbn"
If I set it with firmware-name = "qcom/a512_zap.mdt" (already provided), everything works with common error failed to find OPP for freq 500000000 (-34)
This also include some cleanup and additional fixes.
The issues was due to unused
a512_zap.mbn
although I place it in the proper place with:install -Dm644 qcom/a512_zap.elf "$pkgdir/$_fwdir/postmarketos/a512_zap.mbn"
If I set it with
firmware-name = "qcom/a512_zap.mdt"
(already provided), everything works with common errorfailed to find OPP for freq 500000000 (-34)