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

Commit 7b9945d1 authored by Chandrasekhar Mattaparthy's avatar Chandrasekhar Mattaparthy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add bg spi and bg daemon nodes



Add bg spi and bg daemon nodes for bg spi
communication.

Change-Id: I164a97ca79359ad1b3bc0462ae3398d9a133a65e
Signed-off-by: default avatarChandrasekhar Mattaparthy <cmatta@codeaurora.org>
parent 6c9df75a
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -24,4 +24,25 @@
		qcom,ap2bg-errfatal-gpio = <&tlmm 62 0>;
	};

	spi_3: spi@78b7000 {  /* BLSP1 QUP3*/
		status = "ok";
		qcom,bg-spi {
			compatible = "qcom,bg-spi";
			reg = <0>;
			spi-max-frequency = <16000000>;
			interrupt-parent = <&tlmm>;
			qcom,irq-gpio = <&tlmm 43 1>;
		};
	};

	i2c_3: i2c@78b7000 { /* BLSP1 QUP3 */
		status = "disabled";
	};

	qcom,bg-daemon {
		compatible = "qcom,bg-daemon";
		qcom,bg-reset-gpio = <&pm660_gpios 5 0>;
		ssr-reg1-supply = <&pm660_l3>;
		ssr-reg2-supply = <&pm660_l9>;
	};
};