diff --git a/config/acer-a1-724.sh b/config/acer-a1-724.sh deleted file mode 100644 index 4325af5..0000000 --- a/config/acer-a1-724.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From OS_Acer_AV0K1.RV04RC07.WW.GEN1_A44K_A.zip -# https://global-download.acer.com/GDFiles/OS/OS/OS_Acer_AV0K1.RV04RC07.WW.GEN1_A44K_A.zip?acerid=635817910038506597 - -OPTIONS=(-r power --dcs-no-get-brightness) -PANELS=( - [hx8394d_720p_video]="acer,a1-724-hx8394d" -) diff --git a/config/alcatel-idol3.sh b/config/alcatel-idol3.sh deleted file mode 100644 index e05c090..0000000 --- a/config/alcatel-idol3.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# DTB: From twrp-3.1.1-idol3.img -# https://androidfilehost.com/?fid=817550096634772537 - -OPTIONS=(-r enp -r enn --dumb-dcs) -PANELS=( - [nt35596_1080p_video]="alcatel,idol3-panel-nt35596" - [r63315_1080p_video]="alcatel,idol3-panel-r63315" -) diff --git a/config/alcatel-idol347.sh b/config/alcatel-idol347.sh deleted file mode 100644 index 57c4240..0000000 --- a/config/alcatel-idol347.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From recovery-twrp-3.1.0-2017-03-14.img -# https://androidfilehost.com/?fid=817550096634753196 - -OPTIONS=(-r vsp -r vsn) -PANELS=( - [hx8394d_auo_720p_video]="alcatel,auo-hx8394d" -) diff --git a/config/asus-z00l.sh b/config/asus-z00l.sh deleted file mode 100644 index d2c5e87..0000000 --- a/config/asus-z00l.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From UL-Z00L-WW-21.40.1220.2196-user.zip - -OPTIONS=(-r power --backlight-gpio --dcs-no-get-brightness) -PANELS=( - [otm1284a_720p_video]="asus,z00l-otm1284a" -) diff --git a/config/asus-z010.sh b/config/asus-z010.sh deleted file mode 100644 index 4e351b9..0000000 --- a/config/asus-z010.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From UL-ASUS_Z010-WW-13.8.26.110-user.zip - -OPTIONS=(-r power) -PANELS=( - [r69339_720p_video]="asus,z010d-r69339" -) diff --git a/config/bq-piccolo.sh b/config/bq-piccolo.sh deleted file mode 100644 index 3b5fd71..0000000 --- a/config/bq-piccolo.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From https://dl.twrp.me/piccolo/twrp-3.7.0_9-0-piccolo.img - -OPTIONS=(-r power --dumb-dcs) -PANELS=( - [truly_nt35695_1080p_cmd]="longcheer,truly-nt35695" -) diff --git a/config/bq-picmt.sh b/config/bq-picmt.sh deleted file mode 100644 index 9dbebb7..0000000 --- a/config/bq-picmt.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# DTB: From 5.2.0_20180228-1305-picmt-user-637-Fastboot-FW.zip - -OPTIONS=(-r power) -PANELS=( - [truly_otm1288a_720p_cmd]="longcheer,truly-otm1288a" - [yushun_nt35520_720p_cmd]="longcheer,yushun-nt35520" - [yushun_nt35521s_720p_video]="longcheer,yushun-nt35521s" -) diff --git a/config/huawei-g7-l01.sh b/config/huawei-g7-l01.sh deleted file mode 100644 index 939e15f..0000000 --- a/config/huawei-g7-l01.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: Extracted from stock boot image - -# --dcs-no-get-brightness: actual_brightness is 0-10 levels off -OPTIONS=(-r vsp -r vsn --dcs-no-get-brightness) -PANELS=( - [tianma_nt35521_5p5_720p_video]="huawei,tianma-nt35521" -) diff --git a/config/huawei-kiwi.sh b/config/huawei-kiwi.sh deleted file mode 100644 index ea51489..0000000 --- a/config/huawei-kiwi.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# DTB: 30_dtbdump_,Qualcomm_MSM_8939_HUAWEI_KIW-L21.dtb from twrp-3.4.0-0-kiwi.img -# https://eu.dl.twrp.me/kiwi/twrp-3.4.0-0-kiwi.img.html - -OPTIONS=(-r vsp -r vsn --dumb-dcs) -PANELS=( - [cmi_nt35532_5p5_1080pxa_video]="huawei,kiwi-cmi-nt35532" - [tianma_nt35596_5p5_1080pxa_video]="huawei,kiwi-tianma-nt35596" -) diff --git a/config/huawei-y635.sh b/config/huawei-y635.sh deleted file mode 100644 index f5241f0..0000000 --- a/config/huawei-y635.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: Extracted from stock boot image - -OPTIONS=(-r power) -PANELS=( - [boe_otm8019a_5p0_fwvga_video]="huawei,boe-otm8019a" -) diff --git a/config/leeco-s2.sh b/config/leeco-s2.sh new file mode 100644 index 0000000..07e2632 --- /dev/null +++ b/config/leeco-s2.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# device-tree dump from official twrp 3.7.0 + +OPTIONS=(-r vsn -r vsp) +PANELS=( + [boe_nt35596s_fhd_5p5boe_vdo]="leeco,s2-nt35596s-boe" + [truly_r69006_5p5lg_1080p_cmd]="leeco,s2-r69006-lg" + [boe_nt36760_fhd_5p5boe_cmd]="leeco,s2-nt36760-boe" +) diff --git a/config/lenovo-a6010.dumb.sh b/config/lenovo-a6010.dumb.sh deleted file mode 100644 index 9cfcdb7..0000000 --- a/config/lenovo-a6010.dumb.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From Lenovo_A6010_S025_Q113507_20160408.zip - -OPTIONS=(-r vsp -r vsn --dumb-dcs) -PANELS=( - [ili9881_720p_video]="wingtech,yassy-ili9881" - [ili9881_qimei_720p_video]="wingtech,qimei-ili9881" -) diff --git a/config/lenovo-a6010.sh b/config/lenovo-a6010.sh deleted file mode 100644 index 3dce4b8..0000000 --- a/config/lenovo-a6010.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From Lenovo_A6010_S025_Q113507_20160408.zip - -OPTIONS=(-r vsp -r vsn) -PANELS=( - [hx8394d_720p_video]="wingtech,tianma-hx8394d" -) diff --git a/config/lenovo-a6020a40.sh b/config/lenovo-a6020a40.sh deleted file mode 100644 index 54b539d..0000000 --- a/config/lenovo-a6020a40.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AospExtended-v7.2-A6020-20200513-2005-OFFICIAL.zip - -OPTIONS=(-r vsp -r vsn) -PANELS=( - [hx8394f_720p_video]="wingtech,boe-hx8394f" -) diff --git a/config/longcheer-l8150.sh b/config/longcheer-l8150.sh deleted file mode 100644 index 7536ade..0000000 --- a/config/longcheer-l8150.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From cm-13.1.5-ZNH2KAS7EB-crackling (fastboot).zip - -OPTIONS=(-r power --dumb-dcs --ignore-wait 1) -PANELS=( - [booyi_otm1287_720p_video]="longcheer,booyi-otm1287" - [dijing_ili9881c_720p_video]="longcheer,dijing-ili9881c" -) diff --git a/config/longcheer-l9360.sh b/config/longcheer-l9360.sh new file mode 100644 index 0000000..8085689 --- /dev/null +++ b/config/longcheer-l9360.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +OPTIONS=(-r vsn -r vsp) +PANELS=( + [booyi_hx8399b_1080p_command]="longcheer,l9360-hx8399b" + [booyi_hx8399c_1080p_video]="longcheer,l9360-hx8399c" + [truly_nt35695_1080p_command]="longcheer,l9360-nt35695" + [truly_otm1906a_1080p_command]="longcheer,l9360-otm1906a" + [truly_r63350_1080p_video]="longcheer,l9360-r63350" +) diff --git a/config/motorola-harpia.sh b/config/motorola-harpia.sh deleted file mode 100644 index 2763f3b..0000000 --- a/config/motorola-harpia.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From HARPIA_NPIS26.48-43-2_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip - -OPTIONS=(-r vsp -r vsn --backlight-gpio --dcs-no-get-brightness) -PANELS=( - [boe_499_720p_video_v1]="motorola,harpia-panel-boe" - [tianma_499_720p_video_v2]="motorola,harpia-panel-tianma" -) diff --git a/config/motorola-osprey.sh b/config/motorola-osprey.sh deleted file mode 100644 index 584953a..0000000 --- a/config/motorola-osprey.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From XT1541_OSPREY_RETEU_6.0_MPI24.65-33.1_cid7_subsidy-DEFAULT_CFC__v2.xml.zip - -OPTIONS=(-r vsp -r vsn -r vddio) -PANELS=( - [inx_500_720p_video_v0]="motorola,osprey-panel-inx" -) diff --git a/config/motorola-surnia.sh b/config/motorola-surnia.sh deleted file mode 100644 index c6e5113..0000000 --- a/config/motorola-surnia.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From XT1524_SURNIA_RETEU_6.0_MPI24.65-39_cid7_subsidy-DEFAULT_CFC.xml.zip - -OPTIONS=(-r power) -PANELS=( - [boe_450_qhd_video_v3]="motorola,surnia-panel-boe" - [inx_450_qhd_video_v1]="motorola,surnia-panel-inx" -) diff --git a/config/samsung-a5ulte.sh b/config/samsung-a5ulte.sh deleted file mode 100644 index e9f4345..0000000 --- a/config/samsung-a5ulte.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From A500FUXXU1CSB1_A500FUDBT1CSB1_A500FUXXU1CPI2_HOME.tar.md5 - -OPTIONS=(-r vdd3 -r vci --no-backlight) -PANELS=( - [ea8061v_ams497ee01_hd]="samsung,ea8061v-ams497ee01" -) diff --git a/config/samsung-a7.sh b/config/samsung-a7.sh deleted file mode 100644 index e8480a0..0000000 --- a/config/samsung-a7.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From BL_A700FDXXS1CRJ1_CL8718386_QB20278471_REV03_user_low_ship_MULTI_CERT.tar.md5 - -OPTIONS=(-r vdd3 -r vddr -r vcc --no-backlight) -PANELS=( - [s6e3fa2_ams549eh01_fhd]="samsung,s6e3fa2-ams549eh01" -) diff --git a/config/samsung-cprime.sh b/config/samsung-cprime.sh deleted file mode 100644 index 2d84f12..0000000 --- a/config/samsung-cprime.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AP_G360GDVU1BQC1_CL1184971_QB12758434_REV00_user_low_ship_MULTI_CERT.tar.md5 - -OPTIONS=(-r vddio -r vdd --dcs-no-get-brightness) -PANELS=( - [sc7798a_bv045wvm_wvga]="samsung,sc7798a-bv045wvm" -) diff --git a/config/samsung-e7.sh b/config/samsung-e7.sh deleted file mode 100644 index 951022f..0000000 --- a/config/samsung-e7.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AP_E7000ZSS1AQA1_CL5441573_QB12325163_REV01_user_low_ship_MULTI_CERT.tar.md5 -OPTIONS=(-r vdd3 -r vci --no-backlight --ignore-wait 1) -PANELS=( - [ea8061_id400418_hd]="samsung,ea8061-ams549bu19-id400418" -) diff --git a/config/samsung-fortuna3g.sh b/config/samsung-fortuna3g.sh deleted file mode 100644 index d594a98..0000000 --- a/config/samsung-fortuna3g.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# DTB: From G530HXXU2BOH7_G530HODD2BOH3_G530HXXU2BOH5_HOME.tar.md5 INS-G530HXXU2BOH7-20150909215514.zip - -OPTIONS=(-r vddio -r vdd --backlight-fallback-dcs --dcs-no-get-brightness) -PANELS=( - [hx8389c_gh9607501a_qhd]="samsung,hx8389c-gh9607501a" - [s6d78a0_gh9607501a_qhd]="samsung,s6d78a0-gh9607501a" -) diff --git a/config/samsung-grandmax.sh b/config/samsung-grandmax.sh deleted file mode 100644 index 6f669c4..0000000 --- a/config/samsung-grandmax.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AP_G720AXUBS1AQE2_CL472443_QB13753684_REV00_user_low_ship_MULTI_CERT.tar.md5 - -OPTIONS=(-r vcc -r vsp -r vsn --backlight-gpio --dcs-no-get-brightness) -PANELS=( - [s6d2aa0x_hd_video]="samsung,s6d2aa0x62-lpm053a250a" -) diff --git a/config/samsung-gtelwifiue.sh b/config/samsung-gtelwifiue.sh deleted file mode 100644 index 7f0fc8e..0000000 --- a/config/samsung-gtelwifiue.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From T560NUUEU1CRG1_T560NUBNN1CRG1_HOME.tar.md5 - -OPTIONS=(--regulator lcd) -PANELS=( - [nt51017_wxga_video]="samsung,nt51017-b4p096wx5vp09" -) diff --git a/config/samsung-heatqlte.sh b/config/samsung-heatqlte.sh deleted file mode 100644 index edfd229..0000000 --- a/config/samsung-heatqlte.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AP_G357FZXXS1AQA2_CL572060_QB12156321_REV00_user_low_ship_MULTI_CERT.tar - -OPTIONS=(-r vddio -r vdd --no-backlight) -PANELS=( - [samsung_wvga_video]="samsung,s6288a0" -) diff --git a/config/samsung-j5.sh b/config/samsung-j5.sh deleted file mode 100644 index 9d122dd..0000000 --- a/config/samsung-j5.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AP_J500FNXXS1BQG1_CL8935060_QB14165824_REV00_user_low_ship_MULTI_CERT.tar.md5 - -OPTIONS=(-r vdd3 -r vci --no-backlight) -PANELS=( - [s6e8aa5x01_ams497hy01_720p]="samsung,s6e8aa5x01-ams497hy01" -) diff --git a/config/samsung-j5x.sh b/config/samsung-j5x.sh deleted file mode 100644 index 247cfd7..0000000 --- a/config/samsung-j5x.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From AP_J510FNXXS3BTI6_CL12476963_QB34631449_REV00_user_low_ship_MULTI_CERT_meta.tar.md5 - -OPTIONS=(-r vdd3 -r vci --no-backlight) -PANELS=( - [s6e8aa5x01_ams520kt01_hd]="samsung,s6e8aa5x01-ams520kt01" -) diff --git a/config/samsung-serranovelte.sh b/config/samsung-serranovelte.sh deleted file mode 100644 index a0c7c95..0000000 --- a/config/samsung-serranovelte.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# DTB: From I9195IXXS1AQA7_I9195IDBT1AOE1_I9195IXXU1AOD2_HOME.tar.md5 - -OPTIONS=(-r vdd3 -r vci --no-backlight) -PANELS=( - [s6e88a0_ams427ap24_qhd]="samsung,s6e88a0-ams427ap24" -) diff --git a/config/wingtech-wt88047.sh b/config/wingtech-wt88047.sh deleted file mode 100644 index bdfa933..0000000 --- a/config/wingtech-wt88047.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -# DTB: From lineage-15.1-20200223-nightly-wt88047-signed.zip -# https://archive.org/download/lineage-15.1-20200223-nightly-wt88047-signed/lineage-15.1-20200223-nightly-wt88047-signed.zip - -OPTIONS=(-r power) -PANELS=( - [nt35521_720p_video]="wingtech,auo-nt35521" - [nt35521s_720p_video]="wingtech,boe-nt35521s" - [otm1285a_otp_720p_video]="wingtech,ebbg-otm1285a" - [r61308_720p_video]="wingtech,auo-r61308" - [r69431_720p_video]="wingtech,sharp-r69431" -) diff --git a/config/xiaomi-kenzo.sh b/config/xiaomi-kenzo.sh new file mode 100644 index 0000000..656edf4 --- /dev/null +++ b/config/xiaomi-kenzo.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +OPTIONS=(-r vsn -r vsp) +PANELS=( + [boe_nt35532_1080p_video]="xiaomi,kenzo-nt35532-boe" + [sharp_r63315_1080p_video]="xiaomi,kenzo-r63315-sharp" + [tianma_nt35596_1080p_video]="xiaomi,kenzo-nt35596-tianma" +) diff --git a/dtb/LICENSE b/dtb/LICENSE deleted file mode 100644 index 398381a..0000000 --- a/dtb/LICENSE +++ /dev/null @@ -1,12 +0,0 @@ -The device tree blobs (DTB) in this directory have been extracted from -an Android ROM (usually the stock Android installation provided by the vendor). -The firmware packages are usually proprietary. However, the device tree is -compiled from within the Linux kernel source, which is licensed under the -GNU General Public License version 2. Therefore, the binary compiled from it -should also be redistributable under the same license. - -The source code for the binary files can be found on the websites of the vendors. -Most of the kernel sources are also archived at: - https://github.com/msm8916-mainline/android_kernel_qcom_msm8916 - -See COPYING for the terms and conditions of the GNU General Public License. diff --git a/dtb/acer-a1-724.dtb b/dtb/acer-a1-724.dtb deleted file mode 100644 index 4c6b80a..0000000 Binary files a/dtb/acer-a1-724.dtb and /dev/null differ diff --git a/dtb/alcatel-idol3.dtb b/dtb/alcatel-idol3.dtb deleted file mode 100644 index 59f7759..0000000 Binary files a/dtb/alcatel-idol3.dtb and /dev/null differ diff --git a/dtb/alcatel-idol347.dtb b/dtb/alcatel-idol347.dtb deleted file mode 100644 index 89b66b0..0000000 Binary files a/dtb/alcatel-idol347.dtb and /dev/null differ diff --git a/dtb/asus-z00l.dtb b/dtb/asus-z00l.dtb deleted file mode 100644 index 73a34fc..0000000 Binary files a/dtb/asus-z00l.dtb and /dev/null differ diff --git a/dtb/asus-z010.dtb b/dtb/asus-z010.dtb deleted file mode 100644 index 173f417..0000000 Binary files a/dtb/asus-z010.dtb and /dev/null differ diff --git a/dtb/bq-piccolo.dtb b/dtb/bq-piccolo.dtb deleted file mode 100644 index db8026e..0000000 Binary files a/dtb/bq-piccolo.dtb and /dev/null differ diff --git a/dtb/bq-picmt.dtb b/dtb/bq-picmt.dtb deleted file mode 100644 index 3ef98f6..0000000 Binary files a/dtb/bq-picmt.dtb and /dev/null differ diff --git a/dtb/huawei-g7-l01.dtb b/dtb/huawei-g7-l01.dtb deleted file mode 100644 index 0ce2742..0000000 Binary files a/dtb/huawei-g7-l01.dtb and /dev/null differ diff --git a/dtb/huawei-kiwi.dtb b/dtb/huawei-kiwi.dtb deleted file mode 100644 index cd0b171..0000000 Binary files a/dtb/huawei-kiwi.dtb and /dev/null differ diff --git a/dtb/huawei-y635.dtb b/dtb/huawei-y635.dtb deleted file mode 100644 index 89bff68..0000000 Binary files a/dtb/huawei-y635.dtb and /dev/null differ diff --git a/dtb/leeco-s2.dtb b/dtb/leeco-s2.dtb new file mode 100644 index 0000000..681a44c Binary files /dev/null and b/dtb/leeco-s2.dtb differ diff --git a/dtb/lenovo-a6010.dtb b/dtb/lenovo-a6010.dtb deleted file mode 100644 index 67ac81c..0000000 Binary files a/dtb/lenovo-a6010.dtb and /dev/null differ diff --git a/dtb/lenovo-a6020a40.dtb b/dtb/lenovo-a6020a40.dtb deleted file mode 100644 index adfdc31..0000000 Binary files a/dtb/lenovo-a6020a40.dtb and /dev/null differ diff --git a/dtb/longcheer-l8150.dtb b/dtb/longcheer-l8150.dtb deleted file mode 100644 index a017677..0000000 Binary files a/dtb/longcheer-l8150.dtb and /dev/null differ diff --git a/dtb/longcheer-l9360.dtb b/dtb/longcheer-l9360.dtb new file mode 100644 index 0000000..ebfbffc Binary files /dev/null and b/dtb/longcheer-l9360.dtb differ diff --git a/dtb/motorola-harpia.dtb b/dtb/motorola-harpia.dtb deleted file mode 100644 index 9bdd686..0000000 Binary files a/dtb/motorola-harpia.dtb and /dev/null differ diff --git a/dtb/motorola-osprey.dtb b/dtb/motorola-osprey.dtb deleted file mode 100644 index bc55fbb..0000000 Binary files a/dtb/motorola-osprey.dtb and /dev/null differ diff --git a/dtb/motorola-surnia.dtb b/dtb/motorola-surnia.dtb deleted file mode 100644 index 8d5a91d..0000000 Binary files a/dtb/motorola-surnia.dtb and /dev/null differ diff --git a/dtb/samsung-a5ulte.dtb b/dtb/samsung-a5ulte.dtb deleted file mode 100644 index fd7e77e..0000000 Binary files a/dtb/samsung-a5ulte.dtb and /dev/null differ diff --git a/dtb/samsung-a7.dtb b/dtb/samsung-a7.dtb deleted file mode 100644 index 4823294..0000000 Binary files a/dtb/samsung-a7.dtb and /dev/null differ diff --git a/dtb/samsung-cprime.dtb b/dtb/samsung-cprime.dtb deleted file mode 100644 index c2743aa..0000000 Binary files a/dtb/samsung-cprime.dtb and /dev/null differ diff --git a/dtb/samsung-e7.dtb b/dtb/samsung-e7.dtb deleted file mode 100644 index 56d2293..0000000 Binary files a/dtb/samsung-e7.dtb and /dev/null differ diff --git a/dtb/samsung-fortuna3g.dtb b/dtb/samsung-fortuna3g.dtb deleted file mode 100644 index d474a49..0000000 Binary files a/dtb/samsung-fortuna3g.dtb and /dev/null differ diff --git a/dtb/samsung-grandmax.dtb b/dtb/samsung-grandmax.dtb deleted file mode 100644 index 6ac2591..0000000 Binary files a/dtb/samsung-grandmax.dtb and /dev/null differ diff --git a/dtb/samsung-gtelwifiue.dtb b/dtb/samsung-gtelwifiue.dtb deleted file mode 100644 index 1fec201..0000000 Binary files a/dtb/samsung-gtelwifiue.dtb and /dev/null differ diff --git a/dtb/samsung-heatqlte.dtb b/dtb/samsung-heatqlte.dtb deleted file mode 100644 index bcc1413..0000000 Binary files a/dtb/samsung-heatqlte.dtb and /dev/null differ diff --git a/dtb/samsung-j5.dtb b/dtb/samsung-j5.dtb deleted file mode 100644 index b498c04..0000000 Binary files a/dtb/samsung-j5.dtb and /dev/null differ diff --git a/dtb/samsung-j5x.dtb b/dtb/samsung-j5x.dtb deleted file mode 100644 index d316275..0000000 Binary files a/dtb/samsung-j5x.dtb and /dev/null differ diff --git a/dtb/samsung-serranovelte.dtb b/dtb/samsung-serranovelte.dtb deleted file mode 100644 index 1875990..0000000 Binary files a/dtb/samsung-serranovelte.dtb and /dev/null differ diff --git a/dtb/wingtech-wt88047.dtb b/dtb/wingtech-wt88047.dtb deleted file mode 100644 index d4da5a1..0000000 Binary files a/dtb/wingtech-wt88047.dtb and /dev/null differ diff --git a/dtb/xiaomi-kenzo.dtb b/dtb/xiaomi-kenzo.dtb new file mode 100644 index 0000000..758cea1 Binary files /dev/null and b/dtb/xiaomi-kenzo.dtb differ diff --git a/generate.sh b/generate.sh index d009282..17849b2 100755 --- a/generate.sh +++ b/generate.sh @@ -2,8 +2,8 @@ set -eu shopt -s extglob -PROJECT="msm8916" -REPOSITORY="msm8916-mainline/linux-panel-drivers" +PROJECT="msm8956" +REPOSITORY="msm8956-mainline/linux-panel-drivers" KCONFIG="CONFIG_DRM_PANEL_${PROJECT^^}_GENERATED" GENERATOR="linux-mdss-dsi-panel-driver-generator" @@ -23,7 +23,7 @@ declare -A PANELS declare -a kconfig_lines KCONFIG_HEAD="\ -menu \"MSM8916 panel drivers generated with $GENERATOR\" +menu \"MSM8956 panel drivers generated with $GENERATOR\" depends on GPIOLIB && OF && REGULATOR depends on DRM_MIPI_DSI