Skip to content

Commit db6e3f2

Browse files
Stanislav Jakubekandersson
authored andcommitted
ARM: dts: qcom: msm8226-motorola-falcon: add I2C clock frequencies
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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/5a8191e3758e0df78b4213102f25ceadc28cd427.1746711762.git.stano.jakubek@gmail.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent cbcd04a commit db6e3f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
};
107107

108108
&blsp1_i2c2 {
109+
clock-frequency = <100000>;
109110
status = "okay";
110111

111112
magnetometer@c {
@@ -135,6 +136,7 @@
135136
};
136137

137138
&blsp1_i2c3 {
139+
clock-frequency = <400000>;
138140
status = "okay";
139141

140142
regulator@3e {

0 commit comments

Comments
 (0)