Thank you very much for that information. Worked like a charm. Just had to add that to my config and everything was working again without the VMM flag. Just for clarification. I am using the package from Martin Lo - maybe the VMM flag is specific to that package.Managed to fix it thanks to @cdf .
You need to add the ASPP-Override.kext to the EFI>OC>Kexts folder and add the definition to the config.plist (underneath Lilu, WhateverGreen, FeatureUnlock):
Edit: Enabled has to be set to true for this to work
<dict> <key>Arch</key> <string>x86_64</string> <key>Comment</key> <string>ACPI_SMC_PlatformPlugin Override</string> <key>Enabled</key> <true/> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>21.4.0</string> <key>BundlePath</key> <string>ASPP-Override.kext</string> <key>ExecutablePath</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict>