[PATCH v3 0/6] Add SPI4 support for IPQ5424
From: Manikanta Mylavarapu
Date: Fri Dec 27 2024 - 02:25:20 EST
Add SPI4 node to the IPQ5424 device tree and update the relevant
bindings, GPIO pin mappings accordingly.
Changes in V3:
- Rename SPI0 to SPI4 because SPI protocol runs on serial engine 4
- Fixed all review comments from Konrad Dybico
- Patch #1 to #4 added in V3 to rename SPI0 clocks, gpio pins to SPI4.
- Detailed change logs are added to the respective patches
V2 can be found at:
https://lore.kernel.org/linux-arm-msm/20241217091308.3253897-1-quic_mmanikan@xxxxxxxxxxx/
V1 can be found at:
https://lore.kernel.org/linux-arm-msm/20241122124505.1688436-1-quic_mmanikan@xxxxxxxxxxx/
Manikanta Mylavarapu (6):
dt-bindings: pinctrl: qcom: rename spi0 pins on IPQ5424
dt-bindings: clock: qcom: gcc-ipq5424: add spi4 clocks
pinctrl: qcom: ipq5424: rename spi0 pins
clk: qcom: ipq5424: rename spi0 clocks
arm64: dts: qcom: ipq5424: add spi4 node
arm64: dts: qcom: ipq5424: configure spi4 node for rdp466
.../bindings/pinctrl/qcom,ipq5424-tlmm.yaml | 2 +-
arch/arm64/boot/dts/qcom/ipq5424-rdp466.dts | 43 +++++++++++++++++++
arch/arm64/boot/dts/qcom/ipq5424.dtsi | 11 +++++
drivers/clk/qcom/gcc-ipq5424.c | 20 ++++-----
drivers/pinctrl/qcom/pinctrl-ipq5424.c | 32 +++++++-------
include/dt-bindings/clock/qcom,ipq5424-gcc.h | 2 +
6 files changed, 83 insertions(+), 27 deletions(-)
base-commit: 8155b4ef3466f0e289e8fcc9e6e62f3f4dceeac2
--
2.34.1