diff options
| author | 谢致邦 (XIE Zhibang) <Yeking@Red54.com> | 2026-03-19 16:55:00 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-03-24 19:52:42 +0300 |
| commit | ede6a05606892bab4f6d785ffcfc124150c2eb32 (patch) | |
| tree | 3bd11939b34ac6119e78670a092d8c1263c75442 | |
| parent | c337c1b561c1c3016d30776d7dc2032ea4979334 (diff) | |
| download | linux-ede6a05606892bab4f6d785ffcfc124150c2eb32.tar.xz | |
arm64: dts: rockchip: Fix RK3562 EVB2 model name
The model name should be "Rockchip RK3562 EVB2 V10 Board".
Fixes: ceb6ef1ea900 ("arm64: dts: rockchip: Add RK3562 evb2 devicetree")
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Link: https://patch.msgid.link/tencent_78E7E3F6991FB4403D5ADC9E6A6BC3BF8307@qq.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dts b/arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dts index 6a84db154a7d..387062eea520 100644 --- a/arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3562-evb2-v10.dts @@ -13,7 +13,7 @@ #include "rk3562.dtsi" / { - model = "Rockchip RK3562 EVB V20 Board"; + model = "Rockchip RK3562 EVB2 V10 Board"; compatible = "rockchip,rk3562-evb2-v10", "rockchip,rk3562"; chosen: chosen { |
