Re: [PATCH] arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequency

From: Konrad Dybcio
Date: Mon Dec 01 2025 - 06:14:49 EST


On 11/30/25 12:22 AM, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <david@xxxxxxx>
>
> Per the binding, omitting the clock frequency from a Geni I2C controller
> node defaults the bus to 100 kHz. But at least in Linux, a friendly info
> print highlights the lack of explicitly defined frequency in the
> DeviceTree.
>
> Specify the frequency, to give it an explicit value, and to silence the
> log print in Linux.
>
> Downstream doesn't define any frequency, thus also using 100 kHz.

Could you e.g. run debugcc to check out the frequency of the related
clock to make sure?

https://github.com/linux-msm/debugcc

Konrad