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

Commit f1740cd8 authored by Jigarkumar Zala's avatar Jigarkumar Zala
Browse files

ARM: dts: msm: Correct pinctrl entry for cci device for sm8150



Pinctrl active and suspend pin entry for i2c/data
is not correct for cci1 device. This change fix
pinctrl entries for cci1 device.

Change-Id: Iad0247b432137cb67c89beca38a3a189d204fb83
Signed-off-by: default avatarJigarkumar Zala <jzala@codeaurora.org>
parent 75965920
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -242,8 +242,8 @@
		clock-cntl-level = "lowsvs";
		clock-rates = <37500000 0>;
		pinctrl-names = "cam_default", "cam_suspend";
		pinctrl-0 = <&cci2_active &cci2_active>;
		pinctrl-1 = <&cci3_suspend &cci3_suspend>;
		pinctrl-0 = <&cci2_active &cci3_active>;
		pinctrl-1 = <&cci2_suspend &cci3_suspend>;
		gpios = <&tlmm 31 0>,
			<&tlmm 32 0>,
			<&tlmm 33 0>,