Skip to content
Draft
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 @@ -191,6 +191,8 @@ FIT_DTB_COMPATIBLE[qcom_talos-evk-lvds-auo_g133han01] = \
"talos-evk talos-evk-lvds-auo_g133han01 talos-el2"
FIT_DTB_COMPATIBLE[qcom_talos-evk-lvds-auo_g133han01-staging] = \
"talos-evk talos-evk-lvds-auo_g133han01 talos-el2 talos-staging"
FIT_DTB_COMPATIBLE[qcom_qcs615-iot-subtype8] = \
"talos-lyra-evk talos-lyra-evk-camx"

# ---------- kodiak ----------
FIT_DTB_COMPATIBLE[qcom_qcm6490-idp-staging] = "qcm6490-idp kodiak-staging"
Expand Down
2 changes: 2 additions & 0 deletions conf/machine/iq-615-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ LINUX_QCOM_KERNEL_DEVICETREE ?= " \
qcom/talos-el2.dtbo \
qcom/talos-staging.dtbo \
qcom/talos-evk-staging.dtbo \
qcom/talos-lyra-evk.dtb \

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.

Include talos-lyra-evk.dtb in LINUX_QCOM_KERNEL_DEVICETREE to
support the Talos lyra EVK board.

Start your commit messages by describing why it is being performed. In this case, what is Talos Lyra (BTW, is it lyra or Lyra?).

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.

Talos Lyra is an IoT EVK based on the QCS615 SoC. Here, Lyra is a carrier board on which the Talos SoM is mounted.

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.

You didn't fix the commit message :-(

qcom/talos-lyra-evk-camx.dtbo \
"

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
Expand Down
Loading