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

Commit 84343a18 authored by shaoxing's avatar shaoxing Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: disable SPI-1 on apq8096 drone



SLPI need to visit SPI-1 for IMU Sensor. So disable SPI-1 on
APPS side for apq8096 drone platform.

Change-Id: If3bd0d1d5c41a48e7f2b4e7cd1c454b41b96b0a9
Signed-off-by: default avatarshaoxing <shaoxing@codeaurora.org>
parent 8b5bb77c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@
	spi@7575000 { /* BLSP1 QUP1 - SPI1 */
		pinctrl-0 = <&spi_0_active>;
		pinctrl-1 = <&spi_0_sleep>;
		status = "ok";
		status = "disabled";
		mpu9250-spi@0 {
			compatible = "invn,mpu9250";
			reg = <0>;
@@ -259,7 +259,7 @@
			invn,mpu9250-irq = <&tlmm 79 0>;
			spi-cpol;
			spi-cpha;
			status = "ok";
			status = "disabled";
		};
	};