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

Commit c9eab4b6 authored by Karthikeyan Mani's avatar Karthikeyan Mani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable fsa pinctrl on sdm855



Add fsa pinctrl nodes in fsa4480 node to enable
fsa chip during boot up.

Change-Id: I79abbd5f5d3b471c76a305257ee462bb7197cdd0
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent 76154d31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -162,6 +162,8 @@
	fsa4480: fsa4480@43 {
		compatible = "qcom,fsa4480-i2c";
		reg = <0x43>;
		pinctrl-names = "default";
		pinctrl-0 = <&fsa_usbc_ana_en>;
	};
};

+11 −9
Original line number Diff line number Diff line
@@ -3158,6 +3158,7 @@
		};

		fsa_usbc_ana_en_n@100 {
			fsa_usbc_ana_en: fsa_usbc_ana_en {
				mux {
					pins = "gpio100";
					function = "gpio";
@@ -3170,6 +3171,7 @@
					output-low;
				};
			};
		};

	};
};