Skip to content

Commit 45e8310

Browse files
Dragan Simicmmind
authored andcommitted
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>
1 parent d78084c commit 45e8310

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "rk3588.dtsi"
88

99
/ {
10-
model = "Radxa ROCK 5 Model B";
10+
model = "Radxa ROCK 5B";
1111
compatible = "radxa,rock-5b", "rockchip,rk3588";
1212

1313
aliases {

arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "rk3588s.dtsi"
99

1010
/ {
11-
model = "Radxa ROCK 5 Model A";
11+
model = "Radxa ROCK 5A";
1212
compatible = "radxa,rock-5a", "rockchip,rk3588s";
1313

1414
aliases {

0 commit comments

Comments
 (0)