Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06c832c7 authored by Xiaozhe Shi's avatar Xiaozhe Shi
Browse files

ARM: dts: msm: set i2c frequency to 400KHz for SMB on mdm9630



On some boards SMB slave has issues using 100KHz. These issues resolve
when increasing bus frequency to 400KHz.

Change-Id: Iee821deae5abc610260ce7e8c9a553043db85235
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent 93e2dd46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -862,7 +862,7 @@
		reg = <0xf9925000 0x1000>;
		interrupt-names = "qup_err_intr";
		interrupts = <0 97 0>;
		qcom,i2c-bus-freq = <100000>;
		qcom,i2c-bus-freq = <400000>;
		qcom,i2c-src-freq = <19200000>;
		qcom,sda-gpio = <&msmgpio 10 0>;
		qcom,scl-gpio = <&msmgpio 11 0>;