Loading bindings/arm/msm/mpm_counter.yaml 0 → 100644 +37 −0 Original line number Diff line number Diff line %YAML 1.2 --- $id: http://devicetree.org/schemas/bindings/arm/msm/mpm_counter.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: MSM MPM sleep counter (mpm-v2) maintainers: - Prakruthi Deepak Heragu <pheragu@codeaurora.org> description: | The MPM provides a timetick that starts when the device is powered up and is not reset by any of the boot loaders or the HLOS. The MPM timetick counter driver provides an api to get this value. properties: compatible: const: qcom,mpm2-sleep-counter reg: description: Specifies the physical address of the timetick count register. clock-frequency: description: the physical counter frequency. required: - compatible - reg example: - | qcom,mpm2-sleep-counter@4a3000 { compatible = "qcom,mpm2-sleep-counter"; reg = <0x4a3000 0x1000>; clock-frequency = <32768>; }; qcom/lahaina.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -2845,6 +2845,12 @@ qcom,rtb-size = <0x100000>; }; qcom,mpm2-sleep-counter@c221000 { compatible = "qcom,mpm2-sleep-counter"; reg = <0xc221000 0x1000>; clock-frequency = <32768>; }; jtag_mm0: jtagmm@7040000 { compatible = "qcom,jtagv8-mm"; reg = <0x7040000 0x1000>; Loading Loading
bindings/arm/msm/mpm_counter.yaml 0 → 100644 +37 −0 Original line number Diff line number Diff line %YAML 1.2 --- $id: http://devicetree.org/schemas/bindings/arm/msm/mpm_counter.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: MSM MPM sleep counter (mpm-v2) maintainers: - Prakruthi Deepak Heragu <pheragu@codeaurora.org> description: | The MPM provides a timetick that starts when the device is powered up and is not reset by any of the boot loaders or the HLOS. The MPM timetick counter driver provides an api to get this value. properties: compatible: const: qcom,mpm2-sleep-counter reg: description: Specifies the physical address of the timetick count register. clock-frequency: description: the physical counter frequency. required: - compatible - reg example: - | qcom,mpm2-sleep-counter@4a3000 { compatible = "qcom,mpm2-sleep-counter"; reg = <0x4a3000 0x1000>; clock-frequency = <32768>; };
qcom/lahaina.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -2845,6 +2845,12 @@ qcom,rtb-size = <0x100000>; }; qcom,mpm2-sleep-counter@c221000 { compatible = "qcom,mpm2-sleep-counter"; reg = <0xc221000 0x1000>; clock-frequency = <32768>; }; jtag_mm0: jtagmm@7040000 { compatible = "qcom,jtagv8-mm"; reg = <0x7040000 0x1000>; Loading