[PATCH v1 0/6] Introduce support for QCS8300 SoC based IQ8 Series Platform
Balaji Selvanathan
balaji.selvanathan at oss.qualcomm.com
Thu May 8 13:19:46 CEST 2025
These patches introduce the initial support code needed
for the QTI QCS8300 SoC based IQ8 Series Platform.
Please see [1] for SoC related details
Thanks
Balaji
1 - https://docs.qualcomm.com/bundle/publicresource/87-83839-1_REV_A_Qualcomm_IQ8_Series_Product_Brief________.pdf
Balaji Selvanathan (6):
dt-bindings: power: rpmpd: Add QCS8300 Power Domain Indexes
dts: qcs8300-ride-u-boot.dtsi: Add memory entry to bootup
clk/qcom: qcs8300: Add GCC clock driver for QCS8300
phy: qcom: Enable QMP UFS PHY driver for QCS8300
qcom_defconfig: Enable QCS8300 clock driver
configs: add qcs8300_defconfig
arch/arm/dts/qcs8300-ride-u-boot.dtsi | 19 +++
configs/qcom_defconfig | 1 +
configs/qcs8300_defconfig | 21 +++
drivers/clk/qcom/Kconfig | 8 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clock-qcs8300.c | 146 ++++++++++++++++++
drivers/phy/qcom/phy-qcom-qmp-ufs.c | 1 +
.../include/dt-bindings/power/qcom-rpmpd.h | 19 +++
8 files changed, 216 insertions(+)
create mode 100644 arch/arm/dts/qcs8300-ride-u-boot.dtsi
create mode 100644 configs/qcs8300_defconfig
create mode 100644 drivers/clk/qcom/clock-qcs8300.c
--
2.34.1
More information about the U-Boot
mailing list