Skip to content

Commit adbc5e6

Browse files
Dragan Simicmmind
authored andcommitted
arm64: dts: rockchip: Correct the model names for Pine64 boards
Correct the model names of a few Pine64 boards and devices, according to their official names used on the Pine64 wiki. This ensures consistency between the officially used names and the names in the source code. Cc: Marek Kraus <gamiee@pine64.org> Signed-off-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/06ce014a1dedff11a785fe523056b3b8ffdf21ee.1713832790.git.dsimic@manjaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 433dafc commit adbc5e6

8 files changed

Lines changed: 8 additions & 8 deletions

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "rk3399-opp.dtsi"
1717

1818
/ {
19-
model = "Pine64 PinePhonePro";
19+
model = "Pine64 PinePhone Pro";
2020
compatible = "pine64,pinephone-pro", "rockchip,rk3399";
2121
chassis-type = "handset";
2222

arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts

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

1010
/ {
11-
model = "Pine64 RK3566 Quartz64-A Board";
11+
model = "Pine64 Quartz64 Model A";
1212
compatible = "pine64,quartz64-a", "rockchip,rk3566";
1313

1414
aliases {

arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts

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

1010
/ {
11-
model = "Pine64 RK3566 Quartz64-B Board";
11+
model = "Pine64 Quartz64 Model B";
1212
compatible = "pine64,quartz64-b", "rockchip,rk3566";
1313

1414
aliases {

arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "rk3566-soquartz.dtsi"
1111

1212
/ {
13-
model = "PINE64 RK3566 SOQuartz on Blade carrier board";
13+
model = "Pine64 SOQuartz on Blade carrier board";
1414
compatible = "pine64,soquartz-blade", "pine64,soquartz", "rockchip,rk3566";
1515

1616
aliases {

arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "rk3566-soquartz.dtsi"
66

77
/ {
8-
model = "Pine64 RK3566 SoQuartz with CM4-IO Carrier Board";
8+
model = "Pine64 SOQuartz on CM4-IO carrier board";
99
compatible = "pine64,soquartz-cm4io", "pine64,soquartz", "rockchip,rk3566";
1010

1111
aliases {

arch/arm64/boot/dts/rockchip/rk3566-soquartz-model-a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "rk3566-soquartz.dtsi"
66

77
/ {
8-
model = "PINE64 RK3566 SOQuartz on Model A carrier board";
8+
model = "Pine64 SOQuartz on Model A carrier board";
99
compatible = "pine64,soquartz-model-a", "pine64,soquartz", "rockchip,rk3566";
1010

1111
aliases {

arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi

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

1010
/ {
11-
model = "Pine64 RK3566 SoQuartz SOM";
11+
model = "Pine64 SOQuartz system on module";
1212
compatible = "pine64,soquartz", "rockchip,rk3566";
1313

1414
aliases {

arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts

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

1515
/ {
16-
model = "PINE64 QuartzPro64";
16+
model = "Pine64 QuartzPro64";
1717
compatible = "pine64,quartzpro64", "rockchip,rk3588";
1818

1919
aliases {

0 commit comments

Comments
 (0)