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

Commit 1458f678 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: Disable SPI0 and I2C6 on SKUT1 board"

parents 1c267e4a 102c1c04
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -77,3 +77,11 @@
		qcom,master-en = <1>;		/* Enable MPP */
	};
};

&spi_0 {
	status = "disabled";
};

&i2c_6 {
	status = "disabled";
};