Skip to content

Commit b0aef2f

Browse files
committed
FROMLIST: arm64: dts: qcom: kodiak: enable the inline crypto engine for SDHC
Add an ICE node to kodiak SoC description and enable it by adding a phandle to the SDHC node. Link: https://lore.kernel.org/all/20260310113557.348502-3-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 a87c4f3 commit b0aef2f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,8 @@
10501050
qcom,dll-config = <0x0007642c>;
10511051
qcom,ddr-config = <0x80040868>;
10521052

1053+
qcom,ice = <&sdhc_ice>;
1054+
10531055
mmc-ddr-1_8v;
10541056
mmc-hs200-1_8v;
10551057
mmc-hs400-1_8v;
@@ -1076,6 +1078,13 @@
10761078
};
10771079
};
10781080

1081+
sdhc_ice: crypto@7c8000 {
1082+
compatible = "qcom,sc7280-inline-crypto-engine",
1083+
"qcom,inline-crypto-engine";
1084+
reg = <0x0 0x007c8000 0x0 0x18000>;
1085+
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>;
1086+
};
1087+
10791088
gpi_dma0: dma-controller@900000 {
10801089
#dma-cells = <3>;
10811090
compatible = "qcom,sc7280-gpi-dma", "qcom,sm6350-gpi-dma";

0 commit comments

Comments
 (0)