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

Commit cc158f51 authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

ARM: dts: msm: Add hwkm node for Scuba

Add hardware key manager node which helps in performing
key operations needed for storage encryption on scuba.

Change-Id: Ie3b548ea932bd9df8f286f8f00e3303b25e5d78a
parent 072a1bb8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -569,6 +569,16 @@
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	qcom_hwkm: hwkm@4440000 {
		compatible = "qcom,hwkm";
		reg = <0x4440000 0x9000>, <0x4750000 0x9000>;
		reg-names = "km_master", "ice_slave";
		qcom,enable-hwkm-clk;
		clock-names = "km_clk_src";
		clocks = <&rpmcc RPM_SMD_HWKM_CLK>;
		qcom,op-freq-hz = <75000000>;
	};

	qcom_seecom: qseecom@a1700000 {
		compatible = "qcom,qseecom";
		reg = <0xa1700000 0x2200000>;