mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
cb86d0510c
commit
95abc81d6b
@@ -115,7 +115,15 @@
|
||||
dma-names = "rx", "tx";
|
||||
};
|
||||
host1x@13e00000 {
|
||||
se@15820000 {
|
||||
crypto@15810000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
crypto@15820000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
crypto@15840000 {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user