aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto/qcm6490-board-dts
AgeCommit message (Collapse)Author
2024-04-17linux-yocto: update patches to add UFS nodes for qcm6490 boardsAtul Dhudase
update ufs support patches to align with new upstream device-tree structure.
2024-04-17linux-yocto: update protected clocks patches for qcm6490 boardsAtul Dhudase
Replace protected clocks patches with updated ones from upstream. Also, Update the lpassaudio node to support the new compatible. Dropped old patch: 0001-PENDING-arm64-dts-qcm6490-Update-the-protected-clock.patch
2024-04-17linux-yocto: correct the voltage setting for vph_pwr for qcm6490Atul Dhudase
Min and max voltages for vph_pwr should be same, otherwise rpmh will not probe, so correcting the min and max voltages for vph_pwr.
2024-04-17linux-yocto: update qcm6490 device-tree patchesAtul Dhudase
Drop old qcm6490 device-tree structure and replace it with upstream series. Few dependent patches would be dropped now and will be added back after this series. Also, drop other interim patches which are no longer needed. Replace these patches with new patches from upstream. 0001-FROMLIST-dt-bindings-arm-qcom-Add-QCM6490-IDP-board.patch 0001-PENDING-dt-bindings-arm-qcom-Add-QCM6490-RB3-board.patch 0002-PENDING-arm64-dts-qcom-Add-qcm6490-rb3-support.patch 0001-FROMLIST-dt-bindings-arm-qcom-Add-QCM6490-Fairphone-.patch 0002-FROMLIST-arm64-dts-qcom-Use-QCOM_SCM_VMID-defines-fo.patch 0003-FROMLIST-arm64-dts-qcom-Add-qcm6490-dts-file.patch These are no longer needed so dropped- gpio change is included in upstream devcie-tree and board-id/msm-id change is no longer needed as compatible string-check approach is being used to pick the correct DTB now. 0001-PENDING-dt-bindings-pinctrl-qcom-sc7280-pinctrl-add-.patch 0002-PENDING-arm64-dts-qcom-qcm6490-Add-gpio-reserved-ran.patch 0001-QCLINUX-arm64-dts-qcom-Add-board-id-and-msm-id-for-Q.patch 0002-QCLINUX-arm64-dts-qcom-Add-board-id-and-msm-id-for-q.patch Pull patches from mailing list to add DTS for Qualcomm qcs6490-rb3gen2 and IDP boards which uses QCS6490/QCM6490 SoC. with backported device-tree pacthes, board name is changed from qcm6490-rb3 to qcs6490-rb3gen2 so rename the dtb accordingly.
2023-11-21linux-yocto: Add UFS nodes for qcm6490 idp and rb3Atul Dhudase
Signed-off-by: Atul Dhudase <quic_adhudase@quicinc.com>
2023-11-21linux-yocto: add devicetree file for QCM6490 RB3 Gen2Atul Dhudase
Add device tree file for Robotics RB3 Gen2 board for qcm6490 SoC. Signed-off-by: Atul Dhudase <quic_adhudase@quicinc.com>
2023-11-21linux-yocto: Add QCM6490 IDP boardAtul Dhudase
Document the qcom,qcm6490-idp board based off qcm6490 SoC. Signed-off-by: Atul Dhudase <quic_adhudase@quicinc.com>