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

Commit a29fa39e authored by Amit Blay's avatar Amit Blay
Browse files

ARM: dts: msm: Add the KLM device tree entry to MPQ8092



The KLM driver is a thin driver which is responsible for voting
to specific resources which are required for KLM operation and are
shared with other components on HLOS, such as TSPP2.

This commits add the KLM device tree entry to MPQ8092 platform
device tree.

Change-Id: I63e063e11958eb1823313b3a76b5b843cf0870ca
Signed-off-by: default avatarAmit Blay <ablay@codeaurora.org>
parent 6b5601ec
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -977,6 +977,16 @@
		reg-names = "forza";
	};

	klm: msm-klm@fc560000 {
		compatible = "qcom,klm";
		reg = <0xfc560000 0x1000>, /* KLM registers */
		      <0xfc724000 0x7000>, /* TSPP2 registers */
		      <0xfc747000 0x1000>, /* KLM debug mode */
		      <0xfc748200 0x900>;  /* Key Tables */
		reg-names = "MSM_KLM", "MSM_BCSS_TSPP2", "MSM_BCSS_HLOS", "MSM_BCSS_KLM";
		vdd-supply = <&gdsc_bcss>;
	};

        qcom,msm-rng@f9bff000 {
		compatible = "qcom,msm-rng";
		reg = <0xf9bff000 0x200>;