mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	This fixes a kernel build problem.
The removed parts of the patch are already applied upstream.
Fixes: 9ad3ef27b9 ("kernel: bump 5.4 to 5.4.153")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
	
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			764 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			764 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 1021f327657a464fbe8bd9eab927f18b8cf7556e Mon Sep 17 00:00:00 2001
 | |
| From: Sahil Malhotra <sahil.malhotra@nxp.com>
 | |
| Date: Sat, 3 Aug 2019 09:45:28 +0530
 | |
| Subject: [PATCH] arm64: dts: fsl: add optee node for ls1028
 | |
| 
 | |
| For enabling OP-TEE on LS1028, need to add optee node
 | |
| in DTS
 | |
| 
 | |
| Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
 | |
| ---
 | |
|  arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 7 +++++++
 | |
|  1 file changed, 7 insertions(+)
 | |
| 
 | |
| --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
 | |
| +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
 | |
| @@ -769,6 +769,13 @@
 | |
|  		};
 | |
|  	};
 | |
|  
 | |
| +	firmware {
 | |
| +		optee {
 | |
| +			compatible = "linaro,optee-tz";
 | |
| +			method = "smc";
 | |
| +		};
 | |
| +	};
 | |
| +
 | |
|  	malidp0: display@f080000 {
 | |
|  		compatible = "arm,mali-dp500";
 | |
|  		reg = <0x0 0xf080000 0x0 0x10000>;
 |