Skip to content

Commit 1ef28ee

Browse files
okiasandersson
authored andcommitted
arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequency
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. Signed-off-by: David Heidelberg <david@ixit.cz> Link: https://lore.kernel.org/r/20251130-enchilada-i2c-freq-v1-1-2932480a0261@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 15bbdb3 commit 1ef28ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
};
4646

4747
&i2c4 {
48+
clock-frequency = <100000>;
49+
4850
status = "okay";
4951

5052
max98927_codec: max98927@3a {

0 commit comments

Comments
 (0)