mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
1c61a8f958
Hardware -------- RockChip RK3588 ARM64 (8 cores) 4/8/16/32GB LPDDR4X RAM 2500 Base-T RGB LED eMMC Connector SPI-NOR 16MB Micro-SD Slot 2x USB 2.0 Port 2x USB 3.0 Port Headphone Jack M.2 E-Key M.2 M-Key USB PD 5/9/12/15/20V Power Install -------- Uncompress the OpenWrt sysupgrade and write it to a micro SD card or internal eMMC using dd. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16149 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
From 45e831033f7a00a14f64afa1e34c476a9ff0f9f0 Mon Sep 17 00:00:00 2001
|
|
From: Dragan Simic <dsimic@manjaro.org>
|
|
Date: Thu, 18 Apr 2024 18:26:20 +0200
|
|
Subject: [PATCH] arm64: dts: rockchip: Correct the model names for Radxa ROCK
|
|
5 boards
|
|
|
|
Correct the descriptions of a few Radxa boards, according to the up-to-date
|
|
documentation from Radxa and the detailed explanation from Naoki. [1] To sum
|
|
it up, the short naming, as specified by Radxa, is preferred.
|
|
|
|
[1] https://lore.kernel.org/linux-rockchip/B26C732A4DCEA9B3+282b8775-601b-4d4a-a513-4924b7940076@radxa.com/
|
|
|
|
Suggested-by: FUKAUMI Naoki <naoki@radxa.com>
|
|
Signed-off-by: Dragan Simic <dsimic@manjaro.org>
|
|
Link: https://lore.kernel.org/r/6931289a252dc2d6c7bfd2388835c5e98ba0d8c9.1713457260.git.dsimic@manjaro.org
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 2 +-
|
|
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
@@ -7,7 +7,7 @@
|
|
#include "rk3588.dtsi"
|
|
|
|
/ {
|
|
- model = "Radxa ROCK 5 Model B";
|
|
+ model = "Radxa ROCK 5B";
|
|
compatible = "radxa,rock-5b", "rockchip,rk3588";
|
|
|
|
aliases {
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
@@ -8,7 +8,7 @@
|
|
#include "rk3588s.dtsi"
|
|
|
|
/ {
|
|
- model = "Radxa ROCK 5 Model A";
|
|
+ model = "Radxa ROCK 5A";
|
|
compatible = "radxa,rock-5a", "rockchip,rk3588s";
|
|
|
|
aliases {
|