From 59b839c213506516868c8d41c3d3da9651c589bd Mon Sep 17 00:00:00 2001 From: Seshu Madhavi Puppala Date: Wed, 31 Jul 2024 11:54:55 +0530 Subject: [PATCH] ARM: dts: msm: add mmc wrapped key support to parrot Add support for ice wrapped keys to the MMC DTSI entry on parrot targets. Change-Id: Ia818b700bfd2d7f117e90f0d1d1fdc2befe10cce Signed-off-by: Seshu Madhavi Puppala --- qcom/parrot.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 3d576d49..80818f2f 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1439,8 +1439,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"; interrupts = , ; @@ -1450,6 +1450,7 @@ nvmem-cells = <&boot_config>; nvmem-cell-names = "boot_conf"; + qcom,ice-use-hwkm; bus-width = <8>; non-removable; supports-cqe;