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

Commit 96fba390 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add dtsi entry for spss_utils, spcom drivers"

parents 11f4b63d 0c069c43
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -1960,6 +1960,31 @@
		hyplog-size-offset = <0x414>;
	};

	spss_utils: qcom,spss_utils {
		compatible = "qcom,spss-utils";
		/* Boolean property to differentiate supported features*/
		qcom,no-cmac-and-iar-feature-support;
		/* spss fuses physical address */
		qcom,spss-fuse1-addr = <0x007841c4>;
		qcom,spss-fuse1-bit = <27>;
		qcom,spss-fuse2-addr = <0x007841c4>;
		qcom,spss-fuse2-bit = <26>;
		qcom,spss-dev-firmware-name  = "spss2d";  /* 8 chars max */
		qcom,spss-test-firmware-name = "spss2t";  /* 8 chars max */
		qcom,spss-prod-firmware-name = "spss2p";  /* 8 chars max */
		qcom,spss-debug-reg-addr = <0x01886020>;
		qcom,spss-emul-type-reg-addr = <0x01fc8004>;
		status = "ok";
	};

	qcom,spcom {
		compatible = "qcom,spcom";

		/* predefined channels, remote side is server */
		qcom,spcom-ch-names = "sp_kernel", "sp_ssr";
		status = "ok";
	};

	qcom,npu@9800000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x9800000 0x800000>;