Message ID | 20220812101240.1869605-1-abel.vesa@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | b0f8e8a38a010999f7b07617d874e3eb594a0a3e |
Headers | show |
Series | [v2,1/4] arm64: dts: qcom: sdm845: Reduce reg size for aoss_qmp | expand |
On 12/08/2022 13:12, Abel Vesa wrote: > Like on the other platforms that provide RPMh stats, on SDM845, the > aoss_qmp reg size needs to be reduced to its actual size of 0x400, > otherwise it will overlap with the RPMh stats reg base, node that will > be added later on. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, 12 Aug 2022 13:12:37 +0300, Abel Vesa wrote: > Like on the other platforms that provide RPMh stats, on SDM845, the > aoss_qmp reg size needs to be reduced to its actual size of 0x400, > otherwise it will overlap with the RPMh stats reg base, node that will > be added later on. > > Applied, thanks! [1/4] arm64: dts: qcom: sdm845: Reduce reg size for aoss_qmp commit: b0f8e8a38a010999f7b07617d874e3eb594a0a3e [3/4] arm64: dts: qcom: sdm845: Add the RPMh stats node commit: 528dc60f9e5eadcfde651b1458da2b8d008a2cf0 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index f0e286715d1b..5bea96a9ce06 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -4836,7 +4836,7 @@ aoss_reset: reset-controller@c2a0000 { aoss_qmp: power-controller@c300000 { compatible = "qcom,sdm845-aoss-qmp", "qcom,aoss-qmp"; - reg = <0 0x0c300000 0 0x100000>; + reg = <0 0x0c300000 0 0x400>; interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>; mboxes = <&apss_shared 0>;
Like on the other platforms that provide RPMh stats, on SDM845, the aoss_qmp reg size needs to be reduced to its actual size of 0x400, otherwise it will overlap with the RPMh stats reg base, node that will be added later on. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- No changes since v1. arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)