ARM: dts: msm: Enable ICE driver and tmecom-qmp-client for kera

This change adds dts entries for ICE(Inline Crypto Engine) and
tmecom-qmp-client driver for kera target.

Test: Tested build compilation.

Change-Id: I20981abf2cffa12f5fd5feeed7ba77062a48b82a
Signed-off-by: Ravi Kumar Bokka <quic_c_rbokka@quicinc.com>
This commit is contained in:
Ravi Kumar Bokka
2024-11-06 06:23:03 +05:30
parent c8684d5551
commit b3beeb274a

View File

@@ -1011,6 +1011,14 @@
reg = <0x1fc0000 0x30000>; reg = <0x1fc0000 0x30000>;
}; };
qcom,tmecom-qmp-client {
compatible = "qcom,tmecom-qmp-client";
mboxes = <&qmp_tme 0>;
mbox-names = "tmecom";
label = "tmecom";
depends-on-supply = <&qmp_tme>;
};
qcom,smp2p-adsp { qcom,smp2p-adsp {
compatible = "qcom,smp2p"; compatible = "qcom,smp2p";
qcom,smem = <443>, <429>; qcom,smem = <443>, <429>;
@@ -2055,13 +2063,16 @@
ufshc_mem: ufshc@1d84000 { ufshc_mem: ufshc@1d84000 {
compatible = "qcom,ufshc"; compatible = "qcom,ufshc";
reg = <0x1d84000 0x3000>; reg = <0x1d84000 0x3000>,
reg-names = "ufs_mem"; <0x1d88000 0x18000>;
reg-names = "ufs_mem", "ice";
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
phys = <&ufsphy_mem>; phys = <&ufsphy_mem>;
phy-names = "ufsphy"; phy-names = "ufsphy";
#reset-cells = <1>; #reset-cells = <1>;
qcom,ice-use-hwkm;
lanes-per-direction = <2>; lanes-per-direction = <2>;
clock-names = clock-names =
"core_clk", "core_clk",