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

Commit d5e23dae 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 bg-spi node to apq8009w Blackghost WTP"

parents 99fc8843 964655fc
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -87,6 +87,20 @@
	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>;
		};
	};
};

/* Pinctrl dt nodes for interrupt and reset gpio for ITE tech controller */
&ts_int_active {
	mux {
+14 −0
Original line number Diff line number Diff line
@@ -102,3 +102,17 @@
	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>;
		};
	};
};