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
2 changes: 2 additions & 0 deletions conf/machine/include/fit-dtb-compatible-linux-qcom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ require conf/machine/include/fit-dtb-compatible.inc
FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx] = "hamoa-iot-evk hamoa-evk-camx"
FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx-staging] = "hamoa-iot-evk hamoa-evk-camx hamoa-staging"
FIT_DTB_COMPATIBLE[qcom_hamoa-evk-camx-el2kvm] = "hamoa-iot-evk hamoa-evk-camx x1-el2 hamoa-camx-el2"
FIT_DTB_COMPATIBLE[qcom_hamoa-evk-edp] = "hamoa-iot-evk hamoa-iot-evk-edp"

# ---------- purwa -----------
FIT_DTB_COMPATIBLE[qcom_purwa-evk-camx] = "purwa-iot-evk purwa-evk-camx"
FIT_DTB_COMPATIBLE[qcom_purwa-evk-camx-el2kvm] = "purwa-iot-evk purwa-evk-camx x1-el2 purwa-camx-el2"
FIT_DTB_COMPATIBLE[qcom_purwa-evk-edp] = "purwa-iot-evk purwa-iot-evk-edp"

# ---------- lemans ----------

Expand Down
1 change: 1 addition & 0 deletions conf/machine/iq-x5121-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ KERNEL_DEVICETREE ?= " \

# These DTs are not upstreamed and currently exist only in linux-qcom kernels
LINUX_QCOM_KERNEL_DEVICETREE ?= " \
qcom/purwa-iot-evk-edp.dtbo \
qcom/purwa-evk-camx.dtbo \
qcom/purwa-camx-el2.dtbo \
"
Expand Down
1 change: 1 addition & 0 deletions conf/machine/iq-x7181-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ KERNEL_DEVICETREE ?= " \

# These DTs are not upstreamed and currently exist only in linux-qcom kernels
LINUX_QCOM_KERNEL_DEVICETREE ?= " \
qcom/hamoa-iot-evk-edp.dtbo \
qcom/hamoa-evk-camx.dtbo \
qcom/hamoa-staging.dtbo \
qcom/hamoa-camx-el2.dtbo \
Expand Down
Loading