Skip to content

Commit 8b3f6b0

Browse files
lweiss-fairphoneSasha Levin
authored andcommitted
arm64: dts: qcom: sc7280: Add static properties to cryptobam
[ Upstream commit 40ec6a2 ] When the properties num-channels & qcom,num-ees are not specified, the driver tries to read the values from registers, but this read fails and resets the device if the interconnect from the qcom,qce node is not already active when that happens. Add the static properties to not touch any registers during probe, the rest of the time when the BAM is used by QCE then the interconnect will be active already. Fixes: d488f90 ("arm64: dts: qcom: sc7280: add QCrypto nodes") Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 0901889 commit 8b3f6b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/qcom/sc7280.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,6 +2345,8 @@
23452345
<&apps_smmu 0x4e6 0x0011>;
23462346
qcom,ee = <0>;
23472347
qcom,controlled-remotely;
2348+
num-channels = <16>;
2349+
qcom,num-ees = <4>;
23482350
};
23492351

23502352
crypto: crypto@1dfa000 {

0 commit comments

Comments
 (0)