e3q: Update to S928BXXS3AXI8

This commit is contained in:
David Wronek 2024-10-20 13:06:42 +02:00
parent edac805cd4
commit fc9f007f42
7 changed files with 27438 additions and 2364 deletions

View File

@ -1,4 +1,3 @@
vendor := $(srctree)/$(src) vendor := $(srctree)/$(src)
subdir-y += qcom
subdir-y += samsung subdir-y += samsung

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@ PINEAPPLE_BASE_DTB += ../qcom/pineapple.dtb ../qcom/pineapple-v2.dtb
PINEAPPLE_APQ_BASE_DTB += ../qcom/pineapplep.dtb ../qcom/pineapplep-v2.dtb PINEAPPLE_APQ_BASE_DTB += ../qcom/pineapplep.dtb ../qcom/pineapplep-v2.dtb
SAMSUNG_PINEAPPLE_BOARDS += \ SAMSUNG_PINEAPPLE_BOARDS += \
e3q_eur_openx_w00_r00_v1.dtbo \
e3q_eur_openx_w00_r00.dtbo \ e3q_eur_openx_w00_r00.dtbo \
e3q_eur_openx_w00_r01.dtbo \ e3q_eur_openx_w00_r01.dtbo \
e3q_eur_openx_w00_r02.dtbo \ e3q_eur_openx_w00_r02.dtbo \
@ -12,7 +13,6 @@ SAMSUNG_PINEAPPLE_BOARDS += \
e3q_eur_openx_w00_r08.dtbo \ e3q_eur_openx_w00_r08.dtbo \
e3q_eur_openx_w00_r09.dtbo e3q_eur_openx_w00_r09.dtbo
pineapple-overlays-dtb-y += $(SAMSUNG_PINEAPPLE_BOARDS) $(PINEAPPLE_BASE_DTB) $(PINEAPPLE_APQ_BASE_DTB) pineapple-overlays-dtb-y += $(SAMSUNG_PINEAPPLE_BOARDS) $(PINEAPPLE_BASE_DTB) $(PINEAPPLE_APQ_BASE_DTB)
dtb-y += $(SAMSUNG_PINEAPPLE_BOARDS) $(PINEAPPLE_BASE_DTB) $(PINEAPPLE_APQ_BASE_DTB) dtb-y += $(SAMSUNG_PINEAPPLE_BOARDS) $(PINEAPPLE_BASE_DTB) $(PINEAPPLE_APQ_BASE_DTB)

File diff suppressed because one or more lines are too long