public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add I2C support for IPQ5424
@ 2025-09-03  8:09 Manikanta Mylavarapu
  2025-09-03  8:09 ` [PATCH v2 1/2] i2c: qcom-geni: add OPP table support Manikanta Mylavarapu
  2025-09-03  8:09 ` [PATCH v2 2/2] arm64: dts: qcom: ipq5424: add i2c nodes Manikanta Mylavarapu
  0 siblings, 2 replies; 6+ messages in thread
From: Manikanta Mylavarapu @ 2025-09-03  8:09 UTC (permalink / raw)
  To: andersson, konradybcio, robh, krzk+dt, conor+dt, quic_msavaliy,
	quic_vdadhani, andi.shyti, linux-arm-msm, devicetree,
	linux-kernel, linux-i2c
  Cc: quic_srichara, quic_varada, kathiravan.thirumoorthy

Serial engines 2 and 3 on the IPQ5424 support I2C. The I2C instance
operates on serial engine 2, designated as i2c0, and on serial engine 3,
designated as i2c1. Add both the i2c nodes.

v2: * Remove assigned-clock and add opp table to configure the frequency of se clock.
    * Add opp table support in the GENI I2C driver and reordered variable declarations
      in geni_i2c_probe() using reverse Xmas order.

v1: https://lore.kernel.org/linux-arm-msm/20250711111418.3980520-1-quic_mmanikan@quicinc.com/

Manikanta Mylavarapu (2):
  i2c: qcom-geni: add OPP table support
  arm64: dts: qcom: ipq5424: add i2c nodes

 arch/arm64/boot/dts/qcom/ipq5424.dtsi | 28 +++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-qcom-geni.c    | 27 +++++++++++++++++++++++---
 2 files changed, 52 insertions(+), 3 deletions(-)


base-commit: 33bcf93b9a6b028758105680f8b538a31bc563cf
-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-08 10:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-03  8:09 [PATCH v2 0/2] Add I2C support for IPQ5424 Manikanta Mylavarapu
2025-09-03  8:09 ` [PATCH v2 1/2] i2c: qcom-geni: add OPP table support Manikanta Mylavarapu
2025-09-04 22:27   ` Andi Shyti
2025-09-08 10:26     ` Manikanta Mylavarapu
2025-09-03  8:09 ` [PATCH v2 2/2] arm64: dts: qcom: ipq5424: add i2c nodes Manikanta Mylavarapu
2025-09-03 16:01   ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox