arm64: dts: rockchip: Correct model name for Powkiddy RK3566 Devices
authorChris Morgan <macromorgan@hotmail.com>
Mon, 25 Mar 2024 17:51:32 +0000 (12:51 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 10 Apr 2024 06:32:47 +0000 (08:32 +0200)
Some Powkiddy model names begin with the company "Powkiddy" and others
simply list the model number. Make this consistent across the device
lineup by including the manufacturer in the model name.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20240325175133.19393-4-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rk2023.dts

index 1f567a14ac84e00b321a37459fba78b3fc2a8863..952b1b285f3b490db4fe4972ecffe4375f7ec360 100644 (file)
@@ -8,7 +8,7 @@
 #include "rk3566-powkiddy-rk2023.dtsi"
 
 / {
-       model = "RGB30";
+       model = "Powkiddy RGB30";
        compatible = "powkiddy,rgb30", "rockchip,rk3566";
 };
 
index bc9933d9e2626cce2f511c051ab8295ad0c65372..72890f747ee393281be0b8d3a4611c4259073a4a 100644 (file)
@@ -8,7 +8,7 @@
 #include "rk3566-powkiddy-rk2023.dtsi"
 
 / {
-       model = "RK2023";
+       model = "Powkiddy RK2023";
        compatible = "powkiddy,rk2023", "rockchip,rk3566";
 };