 c06fb25d1f
			
		
	
	c06fb25d1f
	
	
		
			
	
		
	
	
		
			Some checks failed
		
		
	
	Build Kernel / Build all affected Kernels (push) Has been cancelled
				
			Build all core packages / Build all core packages for selected target (push) Has been cancelled
				
			Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
				
			Build Toolchains / Build Toolchains for each target (push) Has been cancelled
				
			Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
				
			Coverity scan build / Coverity x86/64 build (push) Has been cancelled
				
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			980 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			980 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 626a479873b6a680b3227c4852bde4a1f2c17fdf Mon Sep 17 00:00:00 2001
 | |
| From: Chukun Pan <amadeus@jmu.edu.cn>
 | |
| Date: Fri, 19 Apr 2024 18:30:19 +0800
 | |
| Subject: [PATCH] arm64: dts: rockchip: correct the model name for Radxa ROCK
 | |
|  3A
 | |
| 
 | |
| According to https://radxa.com/products/rock3/3a,
 | |
| the name of this board should be "Radxa ROCK 3A".
 | |
| 
 | |
| Suggested-by: FUKAUMI Naoki <naoki@radxa.com>
 | |
| Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
 | |
| Reviewed-by: Dragan Simic <dsimic@manjaro.org>
 | |
| Link: https://lore.kernel.org/r/20240419103019.992586-3-amadeus@jmu.edu.cn
 | |
| Signed-off-by: Heiko Stuebner <heiko@sntech.de>
 | |
| ---
 | |
|  arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
 | |
| +++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
 | |
| @@ -8,7 +8,7 @@
 | |
|  #include "rk3568.dtsi"
 | |
|  
 | |
|  / {
 | |
| -	model = "Radxa ROCK3 Model A";
 | |
| +	model = "Radxa ROCK 3A";
 | |
|  	compatible = "radxa,rock3a", "rockchip,rk3568";
 | |
|  
 | |
|  	aliases {
 |