sure, but I won't get into too much details because there's a lot involved and you need to understand what to patch for and why...
The following patches are mostly from Rehabman's GitHub https://github.com/RehabMan/Laptop-DSDT-Patch, you might need to make some modification on some of his patches for your needs.
1) you need to decompile the raw files together (found in /EFI/Clover/ACPI/Origin), just need the DSDT plus all the SSDT*, leaving out the rest
iasl -da -dl *.aml
2) after that you just patch the DSDT and the SSDT without the xx, i.e. SSDT-5x.aml, etc etc. those can be left out from the final results
3) patch all the rest of the SSDT with these common patches, not all will apply
Rename _DSM to XDSM
Rename GFX0 to IGPU
Rename B0D3 to HDAU
Remove _PSS placeholder
Haswell HD 4600 Yosemite
4) Patch DSDT
Rename _DSM to XDSM
Rename GFX0 to IGPU
Fix ADBG Error
Add IMEI
Fix_WAK Arg0 v1
Fix Mutex with non-zero SyncLevel
Haswell LPC
HPET Fix
IRQ Fix
OS Check Fix (Windows 7)
RTC Fix
Shutdown Fix
SmBUS Fix
USB3_PRW 0x6D (instant wake)
[bAT] Dell Vostro 15xx
Rename B0D3 to HDAU
Audio Layout 3
NullEthernet Patch
5) Recompile back to *.aml
iasl -ve *.dsl
6) Copy the patched files to /EFI/Clover/ACPI/Patched
Add the names to the SSDT SortedOrder, enable DropOEM of Config file
Hope that's enough info for you to get started.