]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: msm8226-motorola-falcon: add I2C clock frequencies
authorStanislav Jakubek <stano.jakubek@gmail.com>
Thu, 8 May 2025 14:11:19 +0000 (16:11 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sun, 11 May 2025 22:15:39 +0000 (17:15 -0500)
While the currently supported hardware works fine with the default clock
frequencies of 100000 on both I2C2 and I2C3, downstream sources list the
frequencies as 100000 for I2C2 and 400000 for I2C3. Update them as such.

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/5a8191e3758e0df78b4213102f25ceadc28cd427.1746711762.git.stano.jakubek@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts

index c01becca3d56b033e76b26957f3701ceb5b81505..e2bf292159fa9cea30e6b4aefd93466b5515901a 100644 (file)
 };
 
 &blsp1_i2c2 {
+       clock-frequency = <100000>;
        status = "okay";
 
        magnetometer@c {
 };
 
 &blsp1_i2c3 {
+       clock-frequency = <400000>;
        status = "okay";
 
        regulator@3e {