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

Commit b3523abc authored by Gilad Avidov's avatar Gilad Avidov Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: set i2c freq to 400KHz for SMB on apq8084



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

CRs-Fixed: 652665
Change-Id: Ibaa0d1f074550292125a54c94af988ef680b772d
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent e589fedd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@
		interrupts = <0 97 0>;
		qcom,noise-rjct-scl = <1>;
		qcom,noise-rjct-sda = <1>;
		qcom,i2c-bus-freq = <100000>;
		qcom,i2c-bus-freq = <400000>;
		qcom,i2c-src-freq = <50000000>;
		qcom,sda-gpio = <&msmgpio 10 0>;
		qcom,scl-gpio = <&msmgpio 11 0>;