Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Documentation/devicetree/bindings/crypto/qcom-qce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ properties:
- qcom,msm8996-qce
- qcom,qcm2290-qce
- qcom,sdm845-qce
- qcom,shikra-qce
- qcom,sm6115-qce
- const: qcom,ipq4019-qce
- const: qcom,qce
Expand All @@ -49,7 +50,6 @@ properties:
- qcom,qcs8300-qce
- qcom,sa8775p-qce
- qcom,sc7280-qce
- qcom,shikra-qce
- qcom,sm6350-qce
- qcom,sm8250-qce
- qcom,sm8350-qce
Expand Down Expand Up @@ -128,6 +128,7 @@ allOf:
contains:
enum:
- qcom,qcm2290-qce
- qcom,shikra-qce
- qcom,sm6115-qce
then:
properties:
Expand Down
9 changes: 5 additions & 4 deletions arch/arm64/boot/dts/qcom/shikra.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1343,10 +1343,12 @@
qcom,controlled-remotely;
num-channels = <16>;
qcom,num-ees = <4>;
clocks = <&rpmcc RPM_SMD_CE1_CLK>;
clock-names = "bam_clk";
};

crypto: crypto@1b3a000 {
compatible = "qcom,shikra-qce", "qcom,sm8150-qce", "qcom,qce";
compatible = "qcom,shikra-qce", "qcom,ipq4019-qce", "qcom,qce";
reg = <0x0 0x01b3a000 0x0 0x6000>;
dmas = <&cryptobam 4>, <&cryptobam 5>;
dma-names = "rx", "tx";
Expand All @@ -1357,9 +1359,8 @@
<&apps_smmu 0x96 0x0011>,
<&apps_smmu 0x98 0x0001>,
<&apps_smmu 0x9f 0x0>;
interconnects = <&system_noc MASTER_CRYPTO_CORE0 0
&mc_virt SLAVE_EBI_CH0 0>;
interconnect-names = "memory";
clocks = <&rpmcc RPM_SMD_CE1_CLK>;
clock-names = "core";
};

qfprom: efuse@1b44000 {
Expand Down
Loading