On Thu, Jun 13, 2024 at 09:48:26AM +0200, Konrad Dybcio wrote: > > > On 6/9/24 13:05, Stanislav Jakubek wrote: > > Add the accelerometer and magnetometer that are present on the Motorola > > Moto G (2013) device. > > > > Signed-off-by: Stanislav Jakubek <stano.jakubek@xxxxxxxxx> > > --- > > [...] > > > +&blsp1_i2c2 { > > Consider setting a clock-frequency = <> Hi Konrad, checking downstream [1], qcom,i2c-bus-freq for I2C2 is 100000, which seems to be the default. Should I specify it anyway? Though, now that I've checked, it seems that I missed the clock-frequency for I2C3, for which qcom,i2c-bus-freq is 400000... The currently supported HW on it seems to work fine though ¯\_(ツ)_/¯ [1] https://github.com/LineageOS/android_kernel_motorola_msm8226/blob/cm-14.1/arch/arm/boot/dts/msm8226.dtsi#L983 Stanislav > > With that: > > Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > > Konrad