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
6 changes: 6 additions & 0 deletions conf/machine/include/fit-dtb-compatible-linux-qcom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,9 @@ FIT_DTB_COMPATIBLE[qcom_qcs6490-iot-subtype2-camx-staging] = \
# ---------- glymur ----------
FIT_DTB_COMPATIBLE[qcom_glymur-crd-staging] = "glymur-crd glymur-staging"
FIT_DTB_COMPATIBLE[qcom_glymur-crd-camx] = "glymur-crd glymur-crd-camx"

# ---------- shikra ----------
FIT_DTB_COMPATIBLE[qcom_shikracqm-itp-hdmi] = "shikra-cqm-evk shikra-cqm-cqs-evk-hdmi"
FIT_DTB_COMPATIBLE[qcom_shikracqs-itp-hdmi] = "shikra-cqs-evk shikra-cqm-cqs-evk-hdmi"
FIT_DTB_COMPATIBLE[qcom_shikraiqs-itp-dlc] = "shikra-iqs-evk shikra-iqs-evk-dlc-panel"
FIT_DTB_COMPATIBLE[qcom_shikraiqs-itp-lvds] = "shikra-iqs-evk shikra-iqs-evk-lvds-auo_g133han01"

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.

Scroll to the other entries adding a particular LVDS panel. Change this accordingly.

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.

Ok, efivar string will be big with "lvds-auo_g133han01" that's why I keep it simple in fit compatible.
Will add LVDS vendor and panel model as well, if need to align with existing one.

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.

Users might want to attach other panels to the device, that's why the EFI setting should contain the exact panel name.

3 changes: 3 additions & 0 deletions conf/machine/shikra-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ KERNEL_DEVICETREE ?= " \
qcom/shikra-iqs-evk.dtb \
qcom/shikra-cqm-evk-imx577-camera.dtbo \
qcom/shikra-iqs-evk-imx577-camera.dtbo \
qcom/shikra-cqm-cqs-evk-hdmi.dtbo \
qcom/shikra-iqs-evk-dlc-panel.dtbo \
qcom/shikra-iqs-evk-lvds-auo,g133han01.dtbo \
"

MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
Expand Down