Commit adbc5e6b authored by Dragan Simic's avatar Dragan Simic Committed by Heiko Stuebner
Browse files

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: default avatarDragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/06ce014a1dedff11a785fe523056b3b8ffdf21ee.1713832790.git.dsimic@manjaro.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 433dafc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include "rk3566.dtsi"

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

	aliases {
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include "rk3566.dtsi"

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

	aliases {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "rk3566-soquartz.dtsi"

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

	aliases {
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#include "rk3566-soquartz.dtsi"

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

	aliases {
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#include "rk3566-soquartz.dtsi"

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

	aliases {
Loading