mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 01:59:51 +02:00 
			
		
		
		
	dt-bindings: reset: thead,th1520-reset: add more VOSYS resets
VOSYS contains more resets for a display pipeline, includes ones for the display controller (called DPU in the manual), the HDMI controller and 2 MIPI DSI controllers. Allocate IDs for these resets in the dt binding header file. Now all peripheral related VOSYS reset controls are here, only the bus matrix / IOPMP ones are missing, which shouldn't be messed with. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250813081716.2181843-2-uwu@icenowy.me Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
		
							parent
							
								
									9c50f99c13
								
							
						
					
					
						commit
						f443d7c9ed
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
					@ -12,5 +12,12 @@
 | 
				
			||||||
#define TH1520_RESET_ID_NPU		2
 | 
					#define TH1520_RESET_ID_NPU		2
 | 
				
			||||||
#define TH1520_RESET_ID_WDT0		3
 | 
					#define TH1520_RESET_ID_WDT0		3
 | 
				
			||||||
#define TH1520_RESET_ID_WDT1		4
 | 
					#define TH1520_RESET_ID_WDT1		4
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_DPU_AHB		5
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_DPU_AXI		6
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_DPU_CORE	7
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_DSI0_APB	8
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_DSI1_APB	9
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_HDMI		10
 | 
				
			||||||
 | 
					#define TH1520_RESET_ID_HDMI_APB	11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* _DT_BINDINGS_TH1520_RESET_H */
 | 
					#endif /* _DT_BINDINGS_TH1520_RESET_H */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue