Message ID | 20220810105718.2137015-4-abel.vesa@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/4] arm64: dts: qcom: sdm845: Reduce reg size for aoss_qmp | expand |
On 10/08/2022 13:57, abel.vesa@linaro.org wrote: > From: Abel Vesa <abel.vesa@linaro.org> > > SDM845 is a special case compared to the other platforms that use RPMh > stats, since it only has 2 stats (aosd and cxsd), while the others have > a 3rd one (ddr). > > So in order for the driver to use the dedicated stats config, we added > the SDM845 dedicated compatible, which we document here. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml > index 473adca4e973..ad6ac0af16bf 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml > @@ -20,6 +20,7 @@ properties: > compatible: > enum: > - qcom,rpmh-stats > + - qcom,rpmh-stats-sdm845 qcom,sdm845-rpmh-stats https://lore.kernel.org/all/20220720073326.19591-1-krzysztof.kozlowski@linaro.org/ Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml index 473adca4e973..ad6ac0af16bf 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom-stats.yaml @@ -20,6 +20,7 @@ properties: compatible: enum: - qcom,rpmh-stats + - qcom,rpmh-stats-sdm845 - qcom,rpm-stats # For older RPM firmware versions with fixed offset for the sleep stats - qcom,apq8084-rpm-stats