[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230307062232.4889-1-quic_kathirav@quicinc.com>
Date: Tue, 7 Mar 2023 11:52:23 +0530
From: Kathiravan T <quic_kathirav@...cinc.com>
To: <agross@...nel.org>, <andersson@...nel.org>,
<konrad.dybcio@...aro.org>, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>, <mturquette@...libre.com>,
<sboyd@...nel.org>, <catalin.marinas@....com>, <will@...nel.org>,
<arnd@...db.de>, <dmitry.baryshkov@...aro.org>,
<geert+renesas@...der.be>, <nfraprado@...labora.com>,
<broonie@...nel.org>, <rafal@...ecki.pl>, <robimarko@...il.com>,
<quic_gurus@...cinc.com>, <linux-arm-msm@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-clk@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>
CC: Kathiravan T <quic_kathirav@...cinc.com>
Subject: [PATCH V6 0/9] Add minimal boot support for IPQ5332
The IPQ5332 is Qualcomm's 802.11be SoC for Routers, Gateways and
Access Points.
This series adds minimal board boot support for ipq5332-mi01.2 board.
Changes in V6:
- Added couple of patches 1/9 and 5/9 in the series to make sure
all the dependent patches are together
- V5 can be found at
https://lore.kernel.org/linux-arm-msm/20230217075835.460-1-quic_kathirav@quicinc.com/
Changes in V5:
- Dropped the clock-names from binding and DTS
- Detailed change log is present in respective patches
- V4 can be found at
https://lore.kernel.org/linux-arm-msm/20230208155232.11500-1-quic_kathirav@quicinc.com/
Changes in V4:
- Dropped the pinctrl driver and its binding, since it is
already part of linux-next/master
- Detailed change log is present in respective patches
- V3 can be found at
https://lore.kernel.org/linux-arm-msm/20230206071217.29313-1-quic_kathirav@quicinc.com/
Changes in V3:
- Detailed change log is present in respective patches
- V2 can be found at
https://lore.kernel.org/linux-arm-msm/20230130114702.20606-1-quic_kathirav@quicinc.com/
Changes in V2:
- Rebased on linux-next/master
- Dropped the 'dt-bindings: mmc: sdhci-msm: add IPQ5332 compatible',
since it is already part of linux-next/master
- Added a new patch 'clk: qcom: ipq5332: mark GPLL4 as critical temporarily'
- Detailed change log is present in respective patches
- V1 can be found at
https://lore.kernel.org/linux-arm-msm/20230125104520.89684-1-quic_kathirav@quicinc.com/
Kathiravan T (8):
clk: qcom: Add STROMER PLUS PLL type for IPQ5332
dt-bindings: clock: Add Qualcomm IPQ5332 GCC
clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC
clk: qcom: ipq5332: mark GPLL4 as ignore unused temporarily
dt-bindings: qcom: add ipq5332 boards
dt-bindings: firmware: qcom,scm: document IPQ5332 SCM
arm64: dts: qcom: add IPQ5332 SoC and MI01.2 board support
arm64: defconfig: Enable IPQ5332 SoC base configs
Varadarajan Narayanan (1):
clk: qcom: clk-alpha-pll: Add support for Stromer PLLs
.../devicetree/bindings/arm/qcom.yaml | 7 +
.../bindings/clock/qcom,ipq5332-gcc.yaml | 53 +
.../bindings/firmware/qcom,scm.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/ipq5332-mi01.2.dts | 75 +
arch/arm64/boot/dts/qcom/ipq5332.dtsi | 263 ++
arch/arm64/configs/defconfig | 2 +
drivers/clk/qcom/Kconfig | 8 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clk-alpha-pll.c | 139 +-
drivers/clk/qcom/clk-alpha-pll.h | 14 +-
drivers/clk/qcom/gcc-ipq5332.c | 3824 +++++++++++++++++
include/dt-bindings/clock/qcom,ipq5332-gcc.h | 356 ++
13 files changed, 4742 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,ipq5332-gcc.yaml
create mode 100644 arch/arm64/boot/dts/qcom/ipq5332-mi01.2.dts
create mode 100644 arch/arm64/boot/dts/qcom/ipq5332.dtsi
create mode 100644 drivers/clk/qcom/gcc-ipq5332.c
create mode 100644 include/dt-bindings/clock/qcom,ipq5332-gcc.h
base-commit: dc837c1a5137a8cf2e9432c1891392b6a66f4d8d
--
2.17.1
Powered by blists - more mailing lists