mirror of
				https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
				synced 2025-11-04 06:44:04 +08:00 
			
		
		
		
	Corrected dma-heaps braces. Test: build compilation, device bootup. Change-Id: I57f67d705ea9239daf25156b7d4a117bc5c9ff6c
		
			
				
	
	
		
			27 lines
		
	
	
		
			619 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			619 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#include <dt-bindings/arm/msm/qcom_dma_heap_dt_constants.h>
 | 
						|
 | 
						|
&soc {
 | 
						|
	qcom,dma-heaps {
 | 
						|
		compatible = "qcom,dma-heaps";
 | 
						|
		non_secure_display_dma_buf: qcom,display {
 | 
						|
			qcom,dma-heap-name = "qcom,display";
 | 
						|
			qcom,dma-heap-type = <HEAP_TYPE_CMA>;
 | 
						|
			qcom,max-align = <9>;
 | 
						|
			memory-region = <&non_secure_display_memory>;
 | 
						|
		};
 | 
						|
 | 
						|
 | 
						|
		qcom,qseecom {
 | 
						|
			qcom,dma-heap-name = "qcom,qseecom";
 | 
						|
			qcom,dma-heap-type = <HEAP_TYPE_CMA>;
 | 
						|
			memory-region = <&qseecom_mem>;
 | 
						|
		};
 | 
						|
 | 
						|
		qcom,qseecom_ta {
 | 
						|
			qcom,dma-heap-name = "qcom,qseecom-ta";
 | 
						|
			qcom,dma-heap-type = <HEAP_TYPE_CMA>;
 | 
						|
			memory-region = <&qseecom_ta_mem>;
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |