Skip to content

Commit e635638

Browse files
author
Xin Liu
committed
FROMLIST: arm64: dts: qcom: hamoa: Add EL2 overlay for hamoa-evk
Add support for building an EL2 combined DTB for the hamoa-evk in the Qualcomm DTS Makefile. The new hamoa-iot-evk-el2.dtb is generated by combining the base hamoa-iot-evk.dtb with the x1-el2.dtbo overlay, enabling EL2-specific configurations required by the platform. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Xin Liu <xin.liu@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260127062425.1084673-1-xin.liu@oss.qualcomm.com/
1 parent 18e0821 commit e635638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/qcom/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb
1515
dtb-$(CONFIG_ARCH_QCOM) += apq8096-ifc6640.dtb
1616
dtb-$(CONFIG_ARCH_QCOM) += glymur-crd.dtb
1717
dtb-$(CONFIG_ARCH_QCOM) += hamoa-iot-evk.dtb
18+
19+
hamoa-iot-evk-el2-dtbs := hamoa-iot-evk.dtb x1-el2.dtbo
20+
21+
dtb-$(CONFIG_ARCH_QCOM) += hamoa-iot-evk-el2.dtb
1822
dtb-$(CONFIG_ARCH_QCOM) += hamoa-iot-evk-camera-imx577.dtbo
1923

2024
hamoa-iot-evk-camera-imx577-dtbs := hamoa-iot-evk.dtb hamoa-iot-evk-camera-imx577.dtbo

0 commit comments

Comments
 (0)