Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: soc: qcom: stats: Add QMP handle

The stats can be expanded by poking the Always-On Subsystem through QMP.
Allow passing a QMP handle for configurations that support it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231130-topic-ddr_sleep_stats-v1-1-5981c2e764b6@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
fa78d028 086fdb48

+14
+14
Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml
··· 31 31 reg: 32 32 maxItems: 1 33 33 34 + qcom,qmp: 35 + $ref: /schemas/types.yaml#/definitions/phandle 36 + description: Reference to the AOSS side-channel message RAM 37 + 34 38 required: 35 39 - compatible 36 40 - reg 41 + 42 + allOf: 43 + - if: 44 + not: 45 + properties: 46 + compatible: 47 + const: qcom,rpmh-stats 48 + then: 49 + properties: 50 + qcom,qmp: false 37 51 38 52 additionalProperties: false 39 53