Skip to content

Commit

Permalink
ARM: dts: msm: Add RPMH master stats node for sdm670/845
Browse files Browse the repository at this point in the history
Add rpmh master stats node to display master sleep stats.

Change-Id: Iccfecdeab7f8b3178ad19b90076bf2ca43b1d9d7
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
  • Loading branch information
mkshahc authored and Gerrit - the friendly Code Review server committed Jan 31, 2018
1 parent 78ee8b6 commit 2684556
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/sdm670-pm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,8 @@
reg = <0xc300000 0x1000>, <0xc3f0004 0x4>;
reg-names = "phys_addr_base", "offset_addr";
};

qcom,rpmh-master-stats {
compatible = "qcom,rpmh-master-stats";
};
};
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/sdm845-pm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,8 @@
reg = <0xC300000 0x1000>, <0xC3F0004 0x4>;
reg-names = "phys_addr_base", "offset_addr";
};

qcom,rpmh-master-stats {
compatible = "qcom,rpmh-master-stats";
};
};

0 comments on commit 2684556

Please sign in to comment.