From: Han Gao Date: Tue, 23 Jan 2024 16:18:38 +0000 (+0800) Subject: compat: add old dtb name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8facb6c3fa2def35035f45c063b4341c434f5bdc;p=platform%2Fkernel%2Flinux-thead.git compat: add old dtb name Signed-off-by: Han Gao (cherry picked from commit 05c3f803b9e267ec68625787aa5990ab4772a7c9) Signed-off-by: Jaehoon Chung --- diff --git a/arch/riscv/boot/dts/thead/Makefile b/arch/riscv/boot/dts/thead/Makefile index 3d66659ba934..2f8111dd552d 100644 --- a/arch/riscv/boot/dts/thead/Makefile +++ b/arch/riscv/boot/dts/thead/Makefile @@ -63,6 +63,11 @@ dtb-$(CONFIG_SOC_THEAD) += th1520-lpi4a-cluster.dtb th1520-lpi4a-cluster-16gb.dt dtb-$(CONFIG_SOC_THEAD) += th1520-lpi4a-z14inch-m0.dtb th1520-lpi4a-z14inch-m0-16g.dtb dtb-$(CONFIG_SOC_THEAD) += th1520-milkv-meles.dtb th1520-milkv-meles-4g.dtb +# compat old name +dtb-$(CONFIG_SOC_THEAD) += light-lpi4a.dtb light-lpi4a-16gb.dtb +dtb-$(CONFIG_SOC_THEAD) += light-lpi4a-console.dtb light-lpi4a-console-16g.dtb +dtb-$(CONFIG_SOC_THEAD) += light-beagle.dtb + targets += dtbs dtbs_install targets += $(dtb-y) diff --git a/arch/riscv/boot/dts/thead/light-beagle.dts b/arch/riscv/boot/dts/thead/light-beagle.dts new file mode 100644 index 000000000000..5546bb19d36f --- /dev/null +++ b/arch/riscv/boot/dts/thead/light-beagle.dts @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2024 ISCAS. + */ + +#include "th1520-beagle.dts" diff --git a/arch/riscv/boot/dts/thead/light-lpi4a-16gb.dts b/arch/riscv/boot/dts/thead/light-lpi4a-16gb.dts new file mode 100644 index 000000000000..cbe409121e1b --- /dev/null +++ b/arch/riscv/boot/dts/thead/light-lpi4a-16gb.dts @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2024 ISCAS. + */ + +#include "th1520-lpi4a-16gb.dts" diff --git a/arch/riscv/boot/dts/thead/light-lpi4a-console-16g.dts b/arch/riscv/boot/dts/thead/light-lpi4a-console-16g.dts new file mode 100644 index 000000000000..73fbc0a8dd0a --- /dev/null +++ b/arch/riscv/boot/dts/thead/light-lpi4a-console-16g.dts @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2024 ISCAS. + */ + +#include "th1520-lpi4a-console-16g.dts" diff --git a/arch/riscv/boot/dts/thead/light-lpi4a-console.dts b/arch/riscv/boot/dts/thead/light-lpi4a-console.dts new file mode 100644 index 000000000000..fedd54306ed5 --- /dev/null +++ b/arch/riscv/boot/dts/thead/light-lpi4a-console.dts @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2024 ISCAS. + */ + +#include "th1520-lpi4a-console.dts" diff --git a/arch/riscv/boot/dts/thead/light-lpi4a.dts b/arch/riscv/boot/dts/thead/light-lpi4a.dts new file mode 100644 index 000000000000..6e060e115a62 --- /dev/null +++ b/arch/riscv/boot/dts/thead/light-lpi4a.dts @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2024 ISCAS. + */ + +#include "th1520-lpi4a-product.dts"