mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			705 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			705 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 87b6f9e4a3fcc2ad03d7e70458bb287b1dc5489f Mon Sep 17 00:00:00 2001
 | |
| From: Phil Elwell <phil@raspberrypi.com>
 | |
| Date: Tue, 17 Oct 2023 17:28:11 +0100
 | |
| Subject: [PATCH] dts: bcm2712: Use the new model name
 | |
| 
 | |
| "Model B" is no more - "Raspberry Pi 5" is the official name.
 | |
| 
 | |
| Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 | |
| ---
 | |
|  arch/arm/boot/dts/bcm2712-rpi-5-b.dts | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/arch/arm/boot/dts/bcm2712-rpi-5-b.dts
 | |
| +++ b/arch/arm/boot/dts/bcm2712-rpi-5-b.dts
 | |
| @@ -52,7 +52,7 @@
 | |
|  
 | |
|  / {
 | |
|  	compatible = "raspberrypi,5-model-b", "brcm,bcm2712";
 | |
| -	model = "Raspberry Pi 5 Model B";
 | |
| +	model = "Raspberry Pi 5";
 | |
|  
 | |
|  	/* Will be filled by the bootloader */
 | |
|  	memory@0 {
 |