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 <jernej.skrabec@gmail.com> Cc: Marek Kraus <gamiee@pine64.org> Signed-off-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/4a988518e0dba5de3ecfc172a0fa2b0653c00d8b.1716768092.git.dsimic@manjaro.org Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
committed by
Chen-Yu Tsai
parent
c452e215f8
commit
523bfa3069
@@ -5,7 +5,7 @@
|
||||
#include "sun50i-a64-sopine-baseboard.dts"
|
||||
|
||||
/ {
|
||||
model = "Pine64 LTS";
|
||||
model = "Pine64 PINE A64 LTS";
|
||||
compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
||||
"allwinner,sun50i-a64";
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "sun50i-a64-pine64.dts"
|
||||
|
||||
/ {
|
||||
model = "Pine64+";
|
||||
model = "Pine64 PINE A64+";
|
||||
compatible = "pine64,pine64-plus", "allwinner,sun50i-a64";
|
||||
|
||||
/* TODO: Camera, touchscreen, etc. */
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
/ {
|
||||
model = "Pine64";
|
||||
model = "Pine64 PINE A64";
|
||||
compatible = "pine64,pine64", "allwinner,sun50i-a64";
|
||||
|
||||
aliases {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <dt-bindings/pwm/pwm.h>
|
||||
|
||||
/ {
|
||||
model = "Pinebook";
|
||||
model = "Pine64 Pinebook";
|
||||
compatible = "pine64,pinebook", "allwinner,sun50i-a64";
|
||||
chassis-type = "laptop";
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "sun50i-a64-pinetab.dts"
|
||||
|
||||
/ {
|
||||
model = "PineTab, Early Adopter's version";
|
||||
model = "Pine64 PineTab Early Adopter";
|
||||
compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
|
||||
};
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <dt-bindings/pwm/pwm.h>
|
||||
|
||||
/ {
|
||||
model = "PineTab, Development Sample";
|
||||
model = "Pine64 PineTab Developer Sample";
|
||||
compatible = "pine64,pinetab", "allwinner,sun50i-a64";
|
||||
chassis-type = "tablet";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "sun50i-a64-sopine.dtsi"
|
||||
|
||||
/ {
|
||||
model = "SoPine with baseboard";
|
||||
model = "Pine64 SOPINE on Baseboard carrier board";
|
||||
compatible = "pine64,sopine-baseboard", "pine64,sopine",
|
||||
"allwinner,sun50i-a64";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
/delete-node/ ®_gmac_3v3;
|
||||
|
||||
/ {
|
||||
model = "Pine H64 model B";
|
||||
model = "Pine64 PINE H64 Model B";
|
||||
compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
|
||||
|
||||
wifi_pwrseq: pwrseq {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
/ {
|
||||
model = "Pine H64 model A";
|
||||
model = "Pine64 PINE H64 Model A";
|
||||
compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
|
||||
|
||||
aliases {
|
||||
|
||||
Reference in New Issue
Block a user