mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	The rk3326 is just a trimmed down px30 from a software perspective, so the mainline rk3326 dtsi also ist just a tiny addition. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			285 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			285 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | 
						|
/*
 | 
						|
 * Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
 | 
						|
 */
 | 
						|
 | 
						|
#include "px30.dtsi"
 | 
						|
 | 
						|
&display_subsystem {
 | 
						|
	ports = <&vopb_out>;
 | 
						|
};
 | 
						|
 | 
						|
/delete-node/ &dsi_in_vopl;
 | 
						|
/delete-node/ &lvds_vopl_in;
 | 
						|
/delete-node/ &vopl;
 | 
						|
/delete-node/ &vopl_mmu;
 |