Enable support for monaco-ac EVK board#1873
Enable support for monaco-ac EVK board#1873nkumarsi wants to merge 2 commits intoqualcomm-linux:masterfrom
Conversation
|
|
||
| # These DTs are not upstreamed and currently exist only in linux-qcom kernels | ||
| LINUX_QCOM_KERNEL_DEVICETREE ?= " \ | ||
| qcom/monaco-evk-ac-sku.dtb \ |
There was a problem hiding this comment.
Please wait for the name to be at least agreen upon upstream. Not to mention that your commit message doesn't explain, why do we want it, why is it different from the normal monaco-evk.dtb and why it's being enabled as a part of IQ-8275-EVK machine.
There was a problem hiding this comment.
Hello Dmitry,
Had raised this PR as draft PR just for validation and sharing with other teams for internal testing.
|
What is AC here? |
Hi @ricardosalveti , Here, ac refers to QCS8300-AC SKU, a variant of monaco SoC (QCS8300) with 20 TOPS NPU capability and a simplified two-PMIC power delivery network (2x PM8650AU), as opposed to the QCS8300-AA SKU used in the existing monaco-evk. |
Please add this to the commit message. |
Thank you for the review . updated the commit message. |
|
Please rebase. |
Include the monaco-ac-evk.dtb in the LINUX_QCOM_KERNEL_DEVICETREE list for the iq-8275-evk machine. monaco-ac EVK refer to QCS8300-AC SKU, a variant of monaco SoC (QCS8300) with 20 TOPS NPU capability and a simplified two-PMIC power delivery network (2x PM8650AU), as opposed to the QCS8300-AA SKU used in the existing monaco-evk. Signed-off-by: Nirmesh Kumar Singh <nirmesh.singh@oss.qualcomm.com>
Add compatible string for monaco-ac-evk.dtb to ensure proper configuration when generating FIT images. Signed-off-by: Nirmesh Kumar Singh <nirmesh.singh@oss.qualcomm.com>
Done rebased it. |
|
The BT WA changes were not carried in the current promoted tag - and it's was missed to add it in the refactored change for monaco-evk and monaco-ac-evk - hence moving this PR to draft PR for now until proper clean changes are bought in ... The corresponding kernel promotion of the same also will be reverted ... |
Add monaco-ac EVK support for iq-8275 machine and add the corresponding FIT compatible mapping.