Changes:
- Update patches
- Update dts with new binding
    Tx term offset dropped and replaced with a new compatible
Removed:
- 0071-5-PCI-qcom-Programming-the-PCIE-iATU-for-IPQ806x
    Pci init does the same exact thing (was needed in older kernel version)
- 0071-7-pcie-Set-PCIE-MRRS-and-MPS-to-256B
    Rejected upstream, can't find any reason to have this. No regression with
    testing it on R7800.
Tested on R7800 (ipq8065), R7500 v2 ("ipq8064-v2")
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Tested-by: Paul Blazejowski <paulb@blazebox.homeip.net> [R7800]
[rebase and refresh]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			365 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			365 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
This uses upstream qcom-ipq8064-v1.0.dtsi and modifies it by patches
 | 
						|
instead of keeping a local version. This patch adds our local adjustments
 | 
						|
for the (local) additional contents of qcom-ipq8064.dtsi
 | 
						|
 | 
						|
--- a/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
 | 
						|
+++ b/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi
 | 
						|
@@ -56,3 +56,7 @@
 | 
						|
 		};
 | 
						|
 	};
 | 
						|
 };
 | 
						|
+
 | 
						|
+&CPU_SPC {
 | 
						|
+	status = "okay";
 | 
						|
+};
 |