Skip to content

Commit a104fa1

Browse files
committed
FROMLIST: arm64: dts: qcom: monaco: enable the inline crypto engine for SDHC
Add an ICE node to monaco SoC description and enable it by adding a phandle to the SDHC node. Link: https://lore.kernel.org/all/20260310113557.348502-4-neeraj.soni@oss.qualcomm.com/ Signed-off-by: Neeraj Soni <neeraj.soni@oss.qualcomm.com> Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent b0aef2f commit a104fa1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4533,6 +4533,8 @@
45334533
supports-cqe;
45344534
dma-coherent;
45354535

4536+
qcom,ice = <&sdhc_ice>;
4537+
45364538
status = "disabled";
45374539

45384540
sdhc1_opp_table: opp-table {
@@ -4560,6 +4562,13 @@
45604562
};
45614563
};
45624564

4565+
sdhc_ice: crypto@87c8000 {
4566+
compatible = "qcom,qcs8300-inline-crypto-engine",
4567+
"qcom,inline-crypto-engine";
4568+
reg = <0x0 0x087c8000 0x0 0x18000>;
4569+
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>;
4570+
};
4571+
45634572
usb_1_hsphy: phy@8904000 {
45644573
compatible = "qcom,qcs8300-usb-hs-phy",
45654574
"qcom,usb-snps-hs-7nm-phy";

0 commit comments

Comments
 (0)