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

Commit b5d98e58 authored by Arjun Singh's avatar Arjun Singh
Browse files

ARM: dts: msm: add bg-spi node for msm8909w BG v2



Add bg-spi node to support bgcom driver. bgcom driver
is a thin layer over SPI to communicate with blackghost.
Add gpio to handle interrupt raised by blackghost.

Signed-off-by: default avatarArjun Singh <arsingh@codeaurora.org>
Change-Id: I33730d3257155a9f614332d384aceec8e48d397a
parent 13b9acda
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -104,3 +104,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>;
		};
	};
};