mbox series

[v4,0/2] Add SPI support for IPQ5424

Message ID 20250103063708.3256467-1-quic_mmanikan@quicinc.com
Headers show
Series Add SPI support for IPQ5424 | expand

Message

Manikanta Mylavarapu Jan. 3, 2025, 6:37 a.m. UTC
Add SPI nodes to the IPQ5424 device tree and update the
GPIO pin mappings accordingly.

Changes in V4:
	- Drop patches #1 to #4 of V3 due to the reversion of the
	  'renaming of spi0 to spi4' and adhere to the existing
	  naming convention such as spi0 and spi1.
	- Add spi1 node.
	- Detailed change logs are added to the respective patches.

V3 can be found at:
https://lore.kernel.org/linux-arm-msm/20241227072446.2545148-1-quic_mmanikan@quicinc.com/

V2 can be found at:
https://lore.kernel.org/linux-arm-msm/20241217091308.3253897-1-quic_mmanikan@quicinc.com/

V1 can be found at:
https://lore.kernel.org/linux-arm-msm/20241122124505.1688436-1-quic_mmanikan@quicinc.com/

Manikanta Mylavarapu (2):
  arm64: dts: qcom: ipq5424: add spi nodes
  arm64: dts: qcom: ipq5424: configure spi0 node for rdp466

 arch/arm64/boot/dts/qcom/ipq5424-rdp466.dts | 43 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/ipq5424.dtsi       | 22 +++++++++++
 2 files changed, 65 insertions(+)


base-commit: 8155b4ef3466f0e289e8fcc9e6e62f3f4dceeac2

Comments

Bjorn Andersson Jan. 7, 2025, 4:38 p.m. UTC | #1
On Fri, 03 Jan 2025 12:07:06 +0530, Manikanta Mylavarapu wrote:
> Add SPI nodes to the IPQ5424 device tree and update the
> GPIO pin mappings accordingly.
> 
> Changes in V4:
> 	- Drop patches #1 to #4 of V3 due to the reversion of the
> 	  'renaming of spi0 to spi4' and adhere to the existing
> 	  naming convention such as spi0 and spi1.
> 	- Add spi1 node.
> 	- Detailed change logs are added to the respective patches.
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: ipq5424: add spi nodes
      commit: 524ba3abe726fd7207f1d187429f7ce552d6758e
[2/2] arm64: dts: qcom: ipq5424: configure spi0 node for rdp466
      commit: 70c325ef6c979e5308edd7ef04077ceb6659d340

Best regards,