mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
317076d257
This enables the M.2 E-key on ROCK 5A board. Reorder rk356x patch while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16340 Signed-off-by: Robert Marko <robimarko@gmail.com>
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 {
|