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

Commit bbd9711a authored by Amir Samuelov's avatar Amir Samuelov Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add spss_utils to msmcobalt



Add device tree info for Secure Processor Subsystem Utilities driver.

Change-Id: I2657705131fcbbcc63a723b3badb3f43135b4408
Signed-off-by: default avatarAmir Samuelov <amirs@codeaurora.org>
parent bc718d50
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -746,6 +746,11 @@
	};
};

&spss_utils {
	qcom,spss-test-firmware-name = "spss2t";	/* 8 chars max */
	qcom,spss-prod-firmware-name = "spss2p";	/* 8 chars max */
};

&ufs1 {
	clock-names =
		"core_clk",
+10 −0
Original line number Diff line number Diff line
@@ -1635,6 +1635,16 @@
		status = "ok";
	};

	spss_utils: qcom,spss_utils {
		compatible = "qcom,spss-utils";
		/* spss test fuse physical address */
		qcom,spss-fuse-addr = <0x007841c4 0x4>;
		qcom,spss-fuse-bit = <27>;
		qcom,spss-test-firmware-name = "spss";    /* default name */
		qcom,spss-prod-firmware-name = "spss1p";  /* 8 chars max */
		status = "ok";
	};

	sdhc_2: sdhci@c0a4900 {
		compatible = "qcom,sdhci-msm";
		reg = <0xc0a4900 0x314>, <0xc0a4000 0x800>;