Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions conf/machine/include/fit-dtb-compatible.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,34 @@ FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-camx+lemans-el2] = " \
qcom,qcs9075-iot-camx-el2kvm \
qcom,qcs9075-socv2.0-iot-camx-el2kvm \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-camera-csi1-imx577+lemans-evk-sd-card] = " \
qcom,qcs9075-iot-sdcard \
qcom,qcs9075-socv2.0-iot-sdcard \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-camx+lemans-evk-sd-card] = " \
qcom,qcs9075-iot-camx-sdcard \
qcom,qcs9075-socv2.0-iot-camx-sdcard \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-el2+lemans-evk-sd-card] = " \
qcom,qcs9075-iot-el2kvm-sdcard \
qcom,qcs9075-socv2.0-iot-el2kvm-sdcard \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-camx+lemans-el2+lemans-evk-sd-card] = " \
qcom,qcs9075-iot-camx-el2kvm-sdcard \
qcom,qcs9075-socv2.0-iot-camx-el2kvm-sdcard \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-ifp-mezzanine] = " \
qcom,qcs9075-iot-subtype1 \
qcom,qcs9075v2-iot-subtype1 \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-ifp-mezzanine+lemans-evk-sd-card] = " \
qcom,qcs9075-iot-subtype1-sdcard \
qcom,qcs9075v2-iot-subtype1-sdcard \
"
FIT_DTB_COMPATIBLE[lemans-evk+lemans-evk-ifp-mezzanine+lemans-evk-emmc] = " \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can there be a non-ifp board with eMMC?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For LeMans EVK, the eMMC is present on ifp mezz board, so non-ifp board with eMMC is not possible.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it explained in the commit message? No.

qcom,qcs9075-iot-subtype1-emmc \
qcom,qcs9075v2-iot-subtype1-emmc \
"
FIT_DTB_COMPATIBLE[monaco-evk+monaco-evk-camera-imx577] = "qcom,qcs8275-iot"
FIT_DTB_COMPATIBLE[monaco-evk+monaco-evk-camx] = "qcom,qcs8275-iot-camx"
FIT_DTB_COMPATIBLE[monaco-evk+monaco-evk-ifp-mezzanine] = "qcom,qcs8275-iot-subtype3"
Expand Down
2 changes: 2 additions & 0 deletions conf/machine/iq-9075-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ LINUX_QCOM_KERNEL_DEVICETREE ?= " \
qcom/lemans-el2.dtbo \
qcom/lemans-evk-camx.dtbo \
qcom/lemans-evk-ifp-mezzanine.dtbo \
qcom/lemans-evk-emmc.dtbo \
qcom/lemans-evk-sd-card.dtbo \
Comment thread
lumag marked this conversation as resolved.
"

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
Expand Down
Loading