Skip to content
Snippets Groups Projects
Commit 6a73cc68 authored by Yuvaraj Ranganathan's avatar Yuvaraj Ranganathan
Browse files

PENDING: arm64: dts: qcom: sc7280: add ICE node


Add ICE node in eMMC device tree node to enable inline
encryption support.

Change-Id: Ie0e4c59d6fa6e4a90fca0d57dd6f8e7614692736
Signed-off-by: default avatarYuvaraj Ranganathan <quic_yrangana@quicinc.com>
parent f233b870
No related branches found
No related tags found
No related merge requests found
......@@ -1004,6 +1004,7 @@ sdhc_1: mmc@7c4000 {
power-domains = <&rpmhpd SC7280_CX>;
operating-points-v2 = <&sdhc1_opp_table>;
qcom,ice = <&ice_mmc>;
bus-width = <8>;
supports-cqe;
dma-coherent;
......@@ -1037,6 +1038,13 @@ opp-384000000 {
};
};
ice_mmc: crypto@7c8000 {
compatible = "qcom,inline-crypto-engine";
reg = <0x0 0x7C8000 0x0 0x10000>;
qcom,ice-use-hwkm;
clocks = <&gcc GCC_SDCC1_ICE_CORE_CLK>;
};
gpi_dma0: dma-controller@900000 {
#dma-cells = <3>;
compatible = "qcom,sc7280-gpi-dma", "qcom,sm6350-gpi-dma";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment