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

Commit 23ada867 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: Fix GPIO configuration for SDM450 QRD SKU4"

parents 97e676e1 76150b42
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -198,6 +198,15 @@
			bias-disable;		/* no-pull */
		};
	};

	pmi632_ctm {
		/* Disable GPIO1 for h/w base mitigation */
		pmi632_ctm_default: pmi632_ctm_default {
			pins = "gpio1";
			bias-high-impedance;	/* disable the GPIO */
			bias-disable;		/* no-pull */
		};
	};
};

&tlmm {
@@ -213,15 +222,6 @@
			input-enable;
		};
	};

	pmi632_ctm {
		/* Disable GPIO1 for h/w base mitigation */
		pmi632_ctm_default: pmi632_ctm_default {
			pins = "gpio1";
			bias-high-impedance;	/* disable the GPIO */
			bias-disable;		/* no-pull */
		};
	};
};

&smb1355_0 {