diff --git a/config/boards/khadas-vim1s.conf b/config/boards/khadas-vim1s.conf index ed7e8fd97a..920b3f10b4 100644 --- a/config/boards/khadas-vim1s.conf +++ b/config/boards/khadas-vim1s.conf @@ -13,6 +13,7 @@ KHADAS_BOARD_ID="kvim1s" # used to compile the fip blobs declare -g KHADAS_OOWOW_BOARD_ID="VIM1S" # for use with EXT=output-image-oowow OVERLAY_PREFIX='s4-s905y4' +DEFAULT_OVERLAYS="panfrost" function post_family_tweaks_bsp__populate_etc_firmware() { # The hciattach command needs firmware to be placed in /etc/firmware directory. diff --git a/patch/kernel/archive/meson-s4t7-5.15/overlay/s4-s905y4-panfrost.dtbo b/patch/kernel/archive/meson-s4t7-5.15/overlay/s4-s905y4-panfrost.dtbo new file mode 100644 index 0000000000..b24bb79bdd Binary files /dev/null and b/patch/kernel/archive/meson-s4t7-5.15/overlay/s4-s905y4-panfrost.dtbo differ