mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	arm64: dts: marvell: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: ac5-98dx35xx-rd.dtb: l2-cache: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
		
							parent
							
								
									ac9a78681b
								
							
						
					
					
						commit
						ae1c0d6eb4
					
				
					 4 changed files with 6 additions and 0 deletions
				
			
		|  | @ -50,6 +50,7 @@ | ||||||
| 		l2: l2-cache { | 		l2: l2-cache { | ||||||
| 			compatible = "cache"; | 			compatible = "cache"; | ||||||
| 			cache-level = <2>; | 			cache-level = <2>; | ||||||
|  | 			cache-unified; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -52,6 +52,7 @@ | ||||||
| 			cache-line-size = <64>; | 			cache-line-size = <64>; | ||||||
| 			cache-sets = <512>; | 			cache-sets = <512>; | ||||||
| 			cache-level = <2>; | 			cache-level = <2>; | ||||||
|  | 			cache-unified; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -82,6 +82,7 @@ | ||||||
| 			cache-line-size = <64>; | 			cache-line-size = <64>; | ||||||
| 			cache-sets = <512>; | 			cache-sets = <512>; | ||||||
| 			cache-level = <2>; | 			cache-level = <2>; | ||||||
|  | 			cache-unified; | ||||||
| 		}; | 		}; | ||||||
| 
 | 
 | ||||||
| 		l2_1: l2-cache1 { | 		l2_1: l2-cache1 { | ||||||
|  | @ -90,6 +91,7 @@ | ||||||
| 			cache-line-size = <64>; | 			cache-line-size = <64>; | ||||||
| 			cache-sets = <512>; | 			cache-sets = <512>; | ||||||
| 			cache-level = <2>; | 			cache-level = <2>; | ||||||
|  | 			cache-unified; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | @ -82,6 +82,7 @@ | ||||||
| 			cache-line-size = <64>; | 			cache-line-size = <64>; | ||||||
| 			cache-sets = <512>; | 			cache-sets = <512>; | ||||||
| 			cache-level = <2>; | 			cache-level = <2>; | ||||||
|  | 			cache-unified; | ||||||
| 		}; | 		}; | ||||||
| 
 | 
 | ||||||
| 		l2_1: l2-cache1 { | 		l2_1: l2-cache1 { | ||||||
|  | @ -90,6 +91,7 @@ | ||||||
| 			cache-line-size = <64>; | 			cache-line-size = <64>; | ||||||
| 			cache-sets = <512>; | 			cache-sets = <512>; | ||||||
| 			cache-level = <2>; | 			cache-level = <2>; | ||||||
|  | 			cache-unified; | ||||||
| 		}; | 		}; | ||||||
| 	}; | 	}; | ||||||
| }; | }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Krzysztof Kozlowski
						Krzysztof Kozlowski