[PATCH 0/4] qcom: Add support for SM7125
Casey Connolly
casey.connolly at linaro.org
Tue Jun 30 13:19:02 CEST 2026
On 6/21/26 18:46, Erikas Bitovtas wrote:
> This patch series adds support for Qualcomm Snapdragon SM7125 (atoll)
> SoC released in 2020. The following components are supported:
> - Clocks
> - Pinctrl
> - UFS
> Most of the code for SM7125 is shared with SC7180, hence most commits
> are labeled after SC7180.
>
> Signed-off-by: Erikas Bitovtas <xerikasxx at gmail.com>
Reviewed-by: Casey Connolly <casey.connolly at linaro.org>
> ---
> Vitalii Skorkin (4):
> clk: qcom: Add driver for SC7180 GCC
> pinctrl: qcom: add SC7180 pinctrl driver
> qcom_defconfig: Enable SC7180 GCC
> phy: qcom-qmp-ufs: Add SC7180 support
>
> configs/qcom_defconfig | 1 +
> drivers/clk/qcom/Kconfig | 8 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/clock-sc7180.c | 273 ++++++++++++++++++++++++++++++++++
> drivers/phy/qcom/phy-qcom-qmp-ufs.c | 1 +
> drivers/pinctrl/qcom/Kconfig | 7 +
> drivers/pinctrl/qcom/Makefile | 1 +
> drivers/pinctrl/qcom/pinctrl-sc7180.c | 95 ++++++++++++
> 8 files changed, 387 insertions(+)
> ---
> base-commit: 298d44464dc63a4f3f5489150acd7958f359f9bd
> change-id: 20260621-sm7125-support-25130e2f4ed1
>
> Best regards,
> --
> Erikas Bitovtas <xerikasxx at gmail.com>
>
More information about the U-Boot
mailing list