From bf93e037dd09cb86e8e20c4747a6981330ed809d Mon Sep 17 00:00:00 2001 From: MichaIng Date: Sat, 18 Nov 2023 22:06:39 +0100 Subject: [PATCH] [dts] Disable PineTabV device tree for now since it throws a syntax error which might be related to a Linux 6.1 incompatibility. We want to support the PINE64 Star64, so this is fine until someone finds time to find the issue, or we find a Linux 6.1 PineTabV device tree elsewhere. Signed-off-by: MichaIng --- arch/riscv/boot/dts/starfive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/riscv/boot/dts/starfive/Makefile b/arch/riscv/boot/dts/starfive/Makefile index de838b510401..39b4aca65ff6 100644 --- a/arch/riscv/boot/dts/starfive/Makefile +++ b/arch/riscv/boot/dts/starfive/Makefile @@ -16,5 +16,5 @@ dtb-$(CONFIG_SOC_STARFIVE_JH7110) += jh7110-visionfive-v2.dtb \ jh7110-visionfive-v2-wm8960.dtb \ jh7110-visionfive-v2-ac108.dtb \ jh7110-visionfive-v2-tdm.dtb \ - jh7110-pine64-star64.dtb \ - jh7110-pine64-pinetabv.dtb + jh7110-pine64-star64.dtb +# jh7110-pine64-pinetabv.dtb