[PATCH 0/3] Support for Qualcomm sm8150 SoC
Julius Lehmann
lehmanju at devpi.de
Mon Sep 9 17:53:09 CEST 2024
This series picks up the work from Volodymyr Babchuk ([v2] Add support for Qualcomm SA8155-ADP board). clk and pinctrl drivers are adjusted to work similarly to existing qcom drivers. I could only test this using android boot chainloading.
This is my first patch ever using mailing lists, so hopefully nothing is missing.
Julius Lehmann (3):
clk: qcom: add driver for SM8150 SoC
pinctrl: qcom: add driver for SM8150 SoC
config: qcom: add sm8150 to qcom_defconfig
configs/qcom_defconfig | 2 +
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clock-sm8150.c | 298 ++++++++++++++++++++++++++
drivers/pinctrl/qcom/Kconfig | 8 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-sm8150.c | 119 ++++++++++
7 files changed, 438 insertions(+)
create mode 100644 drivers/clk/qcom/clock-sm8150.c
create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8150.c
--
2.45.2
More information about the U-Boot
mailing list