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