ARM: dts: msm: add spss_utils to msmcobalt
Add device tree info for Secure Processor Subsystem Utilities driver. Change-Id: I2657705131fcbbcc63a723b3badb3f43135b4408 Signed-off-by: Amir Samuelov <amirs@codeaurora.org>
This commit is contained in:
parent
bc718d5081
commit
bbd9711a0d
2 changed files with 15 additions and 0 deletions
|
@ -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 {
|
&ufs1 {
|
||||||
clock-names =
|
clock-names =
|
||||||
"core_clk",
|
"core_clk",
|
||||||
|
|
|
@ -1635,6 +1635,16 @@
|
||||||
status = "ok";
|
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 {
|
sdhc_2: sdhci@c0a4900 {
|
||||||
compatible = "qcom,sdhci-msm";
|
compatible = "qcom,sdhci-msm";
|
||||||
reg = <0xc0a4900 0x314>, <0xc0a4000 0x800>;
|
reg = <0xc0a4900 0x314>, <0xc0a4000 0x800>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue