mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	reset: Add Raspberry Pi 4 firmware reset controller
Raspberry Pi 4's co-processor controls some of the board's HW initialization process, but it's up to Linux to trigger it when relevant. Introduce a reset controller capable of interfacing with RPi4's co-processor that models these firmware initialization routines as reset lines. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
		
				
					committed by
					
						 Matthias Brugger
						Matthias Brugger
					
				
			
			
				
	
			
			
			
						parent
						
							d774da08dc
						
					
				
				
					commit
					f676eb217b
				
			
							
								
								
									
										13
									
								
								include/dt-bindings/reset/raspberrypi,firmware-reset.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								include/dt-bindings/reset/raspberrypi,firmware-reset.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| /* SPDX-License-Identifier: GPL-2.0 */ | ||||
| /* | ||||
|  * Copyright (c) 2020 Nicolas Saenz Julienne | ||||
|  * Author: Nicolas Saenz Julienne <nsaenzjulienne@suse.com> | ||||
|  */ | ||||
|  | ||||
| #ifndef _DT_BINDINGS_RASPBERRYPI_FIRMWARE_RESET_H | ||||
| #define _DT_BINDINGS_RASPBERRYPI_FIRMWARE_RESET_H | ||||
|  | ||||
| #define RASPBERRYPI_FIRMWARE_RESET_ID_USB	0 | ||||
| #define RASPBERRYPI_FIRMWARE_RESET_NUM_IDS	1 | ||||
|  | ||||
| #endif | ||||
		Reference in New Issue
	
	Block a user