Message ID | 5a8191e3758e0df78b4213102f25ceadc28cd427.1746711762.git.stano.jakubek@gmail.com |
---|---|
State | New |
Headers | show |
Series | Moto G (2013) DTS updates | expand |
On 5/8/25 4:11 PM, Stanislav Jakubek wrote: > 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> Konrad
diff --git a/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts b/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts index c01becca3d56b..e2bf292159fa9 100644 --- a/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts +++ b/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts @@ -106,6 +106,7 @@ reserved@fb00000 { }; &blsp1_i2c2 { + clock-frequency = <100000>; status = "okay"; magnetometer@c { @@ -135,6 +136,7 @@ accelerometer@19 { }; &blsp1_i2c3 { + clock-frequency = <400000>; status = "okay"; regulator@3e {
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> --- arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts | 2 ++ 1 file changed, 2 insertions(+)