Add MIPI panel driver, MIPI panel and touch controller Kconfig, New devicetree file

This commit is contained in:
NekoRouter
2023-06-11 12:00:04 +08:00
committed by Han Gao
parent c10fdb081d
commit 99a459c9f7
7 changed files with 501 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ jobs:
sudo cp -v ${{ matrix.board }}-kernel-commitid ${GITHUB_WORKSPACE}/rootfs/boot/
# Install DTB
sudo cp -v arch/riscv/boot/dts/thead/{light-lpi4a.dtb,light-lpi4a-16gb.dtb,light-beagle.dtb} ${GITHUB_WORKSPACE}/rootfs/boot/
sudo cp -v arch/riscv/boot/dts/thead/{light-lpi4a.dtb,light-lpi4a-16gb.dtb,light-lpi4a-dsi0-hdmi.dtb,light-beagle.dtb} ${GITHUB_WORKSPACE}/rootfs/boot/
ls -al ${GITHUB_WORKSPACE}/rootfs/
popd