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

Commit 6e961364 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 for msm8909w BG v2"

parents 76601016 b5d98e58
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>;
		};
	};
};