Removed upstreamed: generic/backport-5.10/350-v5.18-MIPS-pgalloc-fix-memory-leak-caused-by-pgd_free.patch generic/pending-5.10/850-0014-PCI-aardvark-Fix-reading-PCI_EXP_RTSTA_PME-bit-on-em.patch ipq40xx/patches-5.10/105-ipq40xx-fix-sleep-clock.patch All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Compile-/run-tested: ath79/generic (Archer C7 v2). Signed-off-by: John Audia <graysky@archlinux.us>
		
			
				
	
	
		
			11 lines
		
	
	
		
			470 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			470 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/firmware/qcom_scm.c
 | 
						|
+++ b/drivers/firmware/qcom_scm.c
 | 
						|
@@ -1269,6 +1269,7 @@ static const struct of_device_id qcom_sc
 | 
						|
 							     SCM_HAS_BUS_CLK)
 | 
						|
 	},
 | 
						|
 	{ .compatible = "qcom,scm-ipq4019" },
 | 
						|
+	{ .compatible = "qcom,scm-ipq806x" },
 | 
						|
 	{ .compatible = "qcom,scm-msm8660", .data = (void *) SCM_HAS_CORE_CLK },
 | 
						|
 	{ .compatible = "qcom,scm-msm8960", .data = (void *) SCM_HAS_CORE_CLK },
 | 
						|
 	{ .compatible = "qcom,scm-msm8916", .data = (void *)(SCM_HAS_CORE_CLK |
 |