ARM: dts: msm: Enable Floor Based Algo for Kalama

Enables alg2 which is the floor based algorithm that
shared ICE uses for crypto operations.

Change-Id: I25f9a61694d7c90af7132f9feec64089ddc4679f
This commit is contained in:
Asutosh Das
2022-03-10 16:41:59 -08:00
parent 1a4c350d05
commit a5d997bc0b

View File

@@ -2045,12 +2045,12 @@
alg1 {
alg-name = "alg1";
rx-alloc-percent = <60>;
status = "ok";
status = "disabled";
};
alg2 {
alg-name = "alg2";
status = "disabled";
status = "ok";
};
alg3 {