Skip to content

Commit 523bfa3

Browse files
Dragan Simicwens
authored andcommitted
arm64: dts: allwinner: Correct the model names for Pine64 boards
Correct the model names of a few Pine64 boards and devices, according to their official names used in the Pine64 wiki and on the official Pine64 website. [1][2][3] This ensures consistency between the officially used names and the names in the source code. [1] https://wiki.pine64.org/wiki/PINE_A64 [2] https://wiki.pine64.org/wiki/PINE_H64 [3] https://pine64.org/devices/ Acked-by: Jernej Skrabec <[email protected]> Cc: Marek Kraus <[email protected]> Signed-off-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/4a988518e0dba5de3ecfc172a0fa2b0653c00d8b.1716768092.git.dsimic@manjaro.org Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent c452e21 commit 523bfa3

9 files changed

+9
-9
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "sun50i-a64-sopine-baseboard.dts"
66

77
/ {
8-
model = "Pine64 LTS";
8+
model = "Pine64 PINE A64 LTS";
99
compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
1010
"allwinner,sun50i-a64";
1111

arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "sun50i-a64-pine64.dts"
55

66
/ {
7-
model = "Pine64+";
7+
model = "Pine64 PINE A64+";
88
compatible = "pine64,pine64-plus", "allwinner,sun50i-a64";
99

1010
/* TODO: Camera, touchscreen, etc. */

arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <dt-bindings/gpio/gpio.h>
1010

1111
/ {
12-
model = "Pine64";
12+
model = "Pine64 PINE A64";
1313
compatible = "pine64,pine64", "allwinner,sun50i-a64";
1414

1515
aliases {

arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <dt-bindings/pwm/pwm.h>
1414

1515
/ {
16-
model = "Pinebook";
16+
model = "Pine64 Pinebook";
1717
compatible = "pine64,pinebook", "allwinner,sun50i-a64";
1818
chassis-type = "laptop";
1919

arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab-early-adopter.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "sun50i-a64-pinetab.dts"
1010

1111
/ {
12-
model = "PineTab, Early Adopter's version";
12+
model = "Pine64 PineTab Early Adopter";
1313
compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
1414
};
1515

arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <dt-bindings/pwm/pwm.h>
1515

1616
/ {
17-
model = "PineTab, Development Sample";
17+
model = "Pine64 PineTab Developer Sample";
1818
compatible = "pine64,pinetab", "allwinner,sun50i-a64";
1919
chassis-type = "tablet";
2020

arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts

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

1010
/ {
11-
model = "SoPine with baseboard";
11+
model = "Pine64 SOPINE on Baseboard carrier board";
1212
compatible = "pine64,sopine-baseboard", "pine64,sopine",
1313
"allwinner,sun50i-a64";
1414

arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/delete-node/ &reg_gmac_3v3;
99

1010
/ {
11-
model = "Pine H64 model B";
11+
model = "Pine64 PINE H64 Model B";
1212
compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
1313

1414
wifi_pwrseq: pwrseq {

arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <dt-bindings/gpio/gpio.h>
1010

1111
/ {
12-
model = "Pine H64 model A";
12+
model = "Pine64 PINE H64 Model A";
1313
compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
1414

1515
aliases {

0 commit comments

Comments
 (0)