diff options
| author | Deepak Katragadda <dkatraga@codeaurora.org> | 2016-08-26 14:27:50 -0700 |
|---|---|---|
| committer | Deepak Katragadda <dkatraga@codeaurora.org> | 2016-09-07 09:51:14 -0700 |
| commit | 4fc5e09f7017d10e7d08097a42fd3dd05768e3ad (patch) | |
| tree | ae59ed4a8da8c445c47b018bc4df8504ac05eaa0 /Documentation | |
| parent | 9490393294fcbf40076ca1a612e0d819c46cee8a (diff) | |
clk: msm: clock-osm: Add measurement support for CPU clocks
Add support to measure the perf and power cluster clocks
via the debug mux on MSMCOBALT.
CRs-Fixed: 1059153
Change-Id: I1682481dfe22deef300ea9bd1db558ae634c9129
Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/arm/msm/qcom,osm.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,osm.txt b/Documentation/devicetree/bindings/arm/msm/qcom,osm.txt index bcdef5564066..e6593251b4fd 100644 --- a/Documentation/devicetree/bindings/arm/msm/qcom,osm.txt +++ b/Documentation/devicetree/bindings/arm/msm/qcom,osm.txt @@ -22,7 +22,7 @@ Properties: Usage: required Value type: <stringlist> Definition: Address names. Must be "osm", "pwrcl_pll", "perfcl_pll", - and "apcs_common". Optionally, "pwrcl_efuse" or + "apcs_common" and "debug". Optionally, "pwrcl_efuse" or "perfcl_efuse". Must be specified in the same order as the corresponding addresses are specified in the reg property. @@ -303,9 +303,10 @@ Example: reg = <0x179C0000 0x4000>, <0x17916000 0x1000>, <0x17816000 0x1000>, - <0x179D1000 0x1000>; + <0x179D1000 0x1000>, + <0x1791101c 0x8>; reg-names = "osm", "pwrcl_pll", "perfcl_pll", - "apcs_common"; + "apcs_common", "debug"; vdd-pwrcl-supply = <&apc0_pwrcl_vreg>; vdd-perfcl-supply = <&apc1_perfcl_vreg>; |
