mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	Changes for mvebu platform 5.14 support
This commit is contained in:
		
							parent
							
								
									3dd891a232
								
							
						
					
					
						commit
						0b68ec2a82
					
				
					 21 changed files with 2061 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,29 @@
 | 
			
		|||
--- a/arch/arm/boot/dts/armada-370.dtsi
 | 
			
		||||
+++ b/arch/arm/boot/dts/armada-370.dtsi
 | 
			
		||||
@@ -234,7 +234,7 @@
 | 
			
		||||
 				clocks = <&gateclk 23>;
 | 
			
		||||
 				clock-names = "cesa0";
 | 
			
		||||
 				marvell,crypto-srams = <&crypto_sram>;
 | 
			
		||||
-				marvell,crypto-sram-size = <0x7e0>;
 | 
			
		||||
+				marvell,crypto-sram-size = <0x800>;
 | 
			
		||||
 			};
 | 
			
		||||
 		};
 | 
			
		||||
 
 | 
			
		||||
@@ -255,12 +255,17 @@
 | 
			
		||||
 			 * cpuidle workaround.
 | 
			
		||||
 			 */
 | 
			
		||||
 			idle-sram@0 {
 | 
			
		||||
+				status = "disabled";
 | 
			
		||||
 				reg = <0x0 0x20>;
 | 
			
		||||
 			};
 | 
			
		||||
 		};
 | 
			
		||||
 	};
 | 
			
		||||
 };
 | 
			
		||||
 
 | 
			
		||||
+&coherencyfab {
 | 
			
		||||
+	broken-idle;
 | 
			
		||||
+};
 | 
			
		||||
+
 | 
			
		||||
 /*
 | 
			
		||||
  * Default UART pinctrl setting without RTS/CTS, can be overwritten on
 | 
			
		||||
  * board level if a different configuration is used.
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue