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 <quic_spuppala@quicinc.com>
This commit is contained in:
Seshu Madhavi Puppala
2024-07-31 11:54:55 +05:30
parent a00ca72ec4
commit 59b839c213

View File

@@ -1439,8 +1439,8 @@
compatible = "qcom,sdhci-msm-v5"; compatible = "qcom,sdhci-msm-v5";
reg = <0x007C4000 0x1000>, <0x007C5000 0x1000>, reg = <0x007C4000 0x1000>, <0x007C5000 0x1000>,
<0x007C8000 0x8000>, <0x007D0000 0x9000>; <0x007C8000 0x18000>;
reg-names = "hc", "cqhci", "cqhci_ice", "cqhci_ice_hwkm"; reg-names = "hc", "cqhci", "ice";
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
@@ -1450,6 +1450,7 @@
nvmem-cells = <&boot_config>; nvmem-cells = <&boot_config>;
nvmem-cell-names = "boot_conf"; nvmem-cell-names = "boot_conf";
qcom,ice-use-hwkm;
bus-width = <8>; bus-width = <8>;
non-removable; non-removable;
supports-cqe; supports-cqe;