WAR: android: disable HW crypto engine

after merge changes, the HW crypto modules are installed which
cause SE Keyslot resource limitation.
disable the HW crypto engine firstly.

Bug 4464461

Change-Id: I480a877315d841a3ffd48f98326e2aefcb7d79a2
Signed-off-by: Bruce Xu <brucex@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3203039
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Stephen Wolfe <swolfe@nvidia.com>
This commit is contained in:
Bruce Xu
2024-08-28 06:39:54 +00:00
committed by mobile promotions
parent cb86d0510c
commit 95abc81d6b

View File

@@ -115,7 +115,15 @@
dma-names = "rx", "tx"; dma-names = "rx", "tx";
}; };
host1x@13e00000 { host1x@13e00000 {
se@15820000 { crypto@15810000 {
status = "disabled";
};
crypto@15820000 {
status = "disabled";
};
crypto@15840000 {
status = "disabled"; status = "disabled";
}; };
}; };