Message ID | 20231230-topic-8180_more_fixes-v1-0-93b5c107ed43@linaro.org |
---|---|
Headers | show |
Series | More 8180x dts fixes | expand |
On 30/12/2023 01:05, Konrad Dybcio wrote: > The GCC block is (mostly) powered by the VDD_CX rail. Allow specifying > it in power-domains. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sat, 30 Dec 2023 01:05:01 +0100, Konrad Dybcio wrote: > SC8180X has got various random power plumbing issues, this series tries > to address that, and introduces RPMh sleep stats. > > Applied, thanks! [01/10] dt-bindings: clock: gcc-sc8180x: Add the missing CX power domain commit: af5b3a595954bdf5a7fb92bd6594fccd241f77b2 [02/10] arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain commit: 3c58b96df110a80e78fa36ef928f1e6c375008e3 [03/10] arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency commit: 266a3a92044b89c392b3e9cfcc328d4167c18294 [04/10] arm64: dts: qcom: sc8180x: Add missing CPU off state commit: 07b600dfdfea65d58dd80ea25becd8cff69bfafc [05/10] arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains commit: 24e98cb3d5e2c86565680e00008a794b4eac0040 [06/10] arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX commit: 309b5774f45aafd002efdb2656673542419abd6f [07/10] arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on commit: 6d9fb9e4c473cdfd2adca019b46d8e482105cae7 [08/10] arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path commit: f0cd5a0ebd419bd151ed79baf5f044da797521ac [09/10] arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size commit: dcad0590d1ea4278a55c30dd2903611a96111601 [10/10] arm64: dts: qcom: sc8180x: Add RPMh sleep stats commit: 3168e86af8d1c346edf69b2114b3948ff03b2848 Best regards,
SC8180X has got various random power plumbing issues, this series tries to address that, and introduces RPMh sleep stats. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (10): dt-bindings: clock: gcc-sc8180x: Add the missing CX power domain arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry latency arm64: dts: qcom: sc8180x: Add missing CPU off state arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if DISPCC is on arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size arm64: dts: qcom: sc8180x: Add RPMh sleep stats .../bindings/clock/qcom,gcc-sc8180x.yaml | 7 ++++ arch/arm64/boot/dts/qcom/sc8180x.dtsi | 43 ++++++++++++++++------ 2 files changed, 38 insertions(+), 12 deletions(-) --- base-commit: 39676dfe52331dba909c617f213fdb21015c8d10 change-id: 20231230-topic-8180_more_fixes-81cf3c8a2637 Best regards,