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

Commit e7b3dad5 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: enable BLSP1 QUP4 on bg-spi node for apq8009w v2"

parents 7550debe 5692069b
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -132,6 +132,17 @@
			qcom,glinkpkt-dev-name = "glink_pkt_bg_display_data";
		};
	};

	spi@78B8000 {  /* BLSP1 QUP4 */
		status = "ok";
		qcom,bg-spi {
			compatible = "qcom,bg-spi";
			reg = <0>;
			spi-max-frequency = <19200000>;
			interrupt-parent = <&msm_gpio>;
			qcom,irq-gpio = <&msm_gpio 110 1>;
		};
	};
};

&i2c_1 {
@@ -146,6 +157,10 @@
	status = "disabled";
};

&i2c_4 {
	status = "disabled";
};

&i2c_2 {
	status = "disabled";
};
@@ -159,17 +174,3 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};

&soc
{
	spi@78b6000 { /* BLSP1 QUP2 */
		status = "ok";
		qcom,bg-spi {
			compatible = "qcom,bg-spi";
			reg = <0>;
			spi-max-frequency = <19200000>;
			interrupt-parent = <&msm_gpio>;
			qcom,irq-gpio = <&msm_gpio 110 1>;
		};
	};
};