ARM: dts: qcom: Add package ID to msm-IDs for sun SoC

Add additional device trees and msm-IDs to support
an additional package ID. Additional packages may support
different hardware settings and can be configured in their
package specific device trees.

Change-Id: I0f6d71aa65a891749a2f78e430f75fd5a6d716d7
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
Melody Olvera
2024-03-11 14:39:45 -07:00
parent 73b9cad3f8
commit cc8f9509e0
32 changed files with 194 additions and 39 deletions

View File

@@ -15,8 +15,8 @@ add-overlays = $(foreach o,$1,$(foreach b,$2,$(eval $(basename $b)-$(basename $o
ifneq ($(CONFIG_ARCH_QTI_VM), y)
SUN_BASE_DTB += sun.dtb sun-v2.dtb
SUN_APQ_BASE_DTB += sunp.dtb sunp-v2.dtb
SUN_BASE_DTB += sun.dtb sun-v2.dtb sun-tp.dtb sun-tp-v2.dtb
SUN_APQ_BASE_DTB += sunp.dtb sunp-v2.dtb sunp-tp.dtb sunp-tp-v2.dtb
SUN_BOARDS += \
sun-mtp-3.5mm-overlay.dtbo \