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

Commit de82da07 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: Add GPIO2 to spi0 configuration for MSM8996"

parents 9495cd09 aad746ea
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -579,12 +579,14 @@
		spi_0 {
			spi_0_active: spi_0_active {
				mux {
					pins = "gpio0", "gpio1", "gpio3";
					pins = "gpio0", "gpio1",
						"gpio2", "gpio3";
					function = "blsp_spi1";
				};

				config {
					pins = "gpio0", "gpio1", "gpio3";
					pins = "gpio0", "gpio1",
						"gpio2", "gpio3";
					drive-strength = <6>;
					bias-disable;
				};
@@ -592,12 +594,14 @@

			spi_0_sleep: spi_0_sleep {
				mux {
					pins = "gpio0", "gpio1", "gpio3";
					pins = "gpio0", "gpio1",
						"gpio2", "gpio3";
					function = "blsp_spi1";
				};

				config {
					pins = "gpio0", "gpio1", "gpio3";
					pins = "gpio0", "gpio1",
						"gpio2", "gpio3";
					drive-strength = <6>;
					bias-disable;
				};