Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce7720fb authored by Zhen Kong's avatar Zhen Kong
Browse files

ARM: dts: msm: add use SW algo flags in qcrypto driver on 8974 and 8084



Add optional crypto algorithm flags to indicates if to use SW crypto
algorithms instead of HW algorithms.

Change-Id: I15e86d425fe53963d9f8113202830a8de19d5500
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent fe560bd4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -660,6 +660,9 @@
                qcom,msm-bus,name = "qcrypto-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,use-sw-aes-cbc-ecb-ctr-algo;
		qcom,use-sw-aes-xts-algo;
		qcom,use-sw-ahash-algo;
		qcom,msm-bus,vectors-KBps =
				<56 512 0 0>,
				<56 512 3936000 393600>;
+3 −0
Original line number Diff line number Diff line
@@ -2237,6 +2237,9 @@
                qcom,msm-bus,name = "qcrypto-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,use-sw-aes-cbc-ecb-ctr-algo;
		qcom,use-sw-aes-xts-algo;
		qcom,use-sw-ahash-algo;
		qcom,msm-bus,vectors-KBps =
				<56 512 0 0>,
				<56 512 3936000 393600>;