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

Commit 4c216c2e authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Add smb_stat pinctrl node for mdmcalifornium



The smb1351-charger node requires the smb_stat pinctrl node,
so add it in the device tree.

Change-Id: Id24190960fa5e829462599cd317ce7da7132af0b
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 4a0b6988
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -270,6 +270,22 @@
			};
		};

		/* SMB CONFIGURATION */
		pmx_smb_stat {
			smb_stat_active: smb_stat_active {
				mux {
					pins = "gpio83";
					function = "gpio";
				};

				config {
					pins = "gpio83";
					drive-strength = <2>;
					bias-disable;
				};
			};
		};

		/* UART HS CONFIGURATION */

		blsp1_uart1_active: blsp1_uart1_active {