From 7b95da86d1c2e90bac7254944a3c89530dcf6034 Mon Sep 17 00:00:00 2001 From: Shashikala Katthi Date: Fri, 30 Aug 2024 18:39:14 +0530 Subject: [PATCH] ARM: dts: msm: add mmc wrapped key support to ravelin Add support for ice wrapped keys to the MMC DTSI entry on ravelin. Change-Id: I96af5ceddf4522f97bbefcc3289c843e828ef580 Signed-off-by: Shashikala Katthi --- qcom/ravelin.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 5cfc434b..dd1fceef 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -1765,8 +1765,8 @@ compatible = "qcom,sdhci-msm-v5"; reg = <0x007C4000 0x1000>, <0x007C5000 0x1000>, - <0x007C8000 0x8000>, <0x007D0000 0x9000>; - reg-names = "hc", "cqhci", "cqhci_ice", "cqhci_ice_hwkm"; + <0x007C8000 0x18000>; + reg-names = "hc", "cqhci", "ice"; iommus = <&apps_smmu 0x560 0x0>; qcom,iommu-dma = "fastmap"; @@ -1781,6 +1781,7 @@ nvmem-cells = <&boot_config>; nvmem-cell-names = "boot_conf"; + qcom,ice-use-hwkm; bus-width = <8>; non-removable; supports-cqe;