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

Commit 75ace779 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Set CAN reset gpio state for mdmcalifornium CCARD"

parents 8a8ce08c 03c478a0
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -158,6 +158,10 @@
};

&tlmm_pinmux {
	/* Set these up as hogs */
	pinctrl-names = "default";
	pinctrl-0 = <&can_reset_gpio>;

	periph_vreg_gpio: periph_vreg_gpio {
		mux {
			pins = "gpio9";
@@ -170,6 +174,7 @@
		};
	};


	ntn_supply_gpio: ntn_supply_gpio {
		mux {
			pins = "gpio69";
@@ -183,6 +188,20 @@
		};
	};

	can_reset_gpio: can_reset_gpio {
		mux {
			pins = "gpio89";
			function = "gpio";
		};

		config {
			pins = "gpio89";
			drive-strength = <2>;
			output-high;
			bias-pull-up;
		};
	};

	pmx_sec_mi2s_dout {
		sec_mi2s_ws_sleep {
			mux {