Skip to content

Commit

Permalink
[dts] Disable PineTabV device tree for now
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
MichaIng committed Nov 18, 2023
1 parent 98785ec commit bf93e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/riscv/boot/dts/starfive/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf93e03

Please sign in to comment.