arm64: dts: rockchip: Correct model name for Powkiddy RK3566 Devices

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>
This commit is contained in:
Chris Morgan 2024-03-25 12:51:32 -05:00 committed by Heiko Stuebner
parent 9d3d2be86c
commit 1b76d86dbc
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#include "rk3566-powkiddy-rk2023.dtsi"
/ {
model = "RGB30";
model = "Powkiddy RGB30";
compatible = "powkiddy,rgb30", "rockchip,rk3566";
};

View File

@ -8,7 +8,7 @@
#include "rk3566-powkiddy-rk2023.dtsi"
/ {
model = "RK2023";
model = "Powkiddy RK2023";
compatible = "powkiddy,rk2023", "rockchip,rk3566";
};