Skip to content

Commit 38db1ce

Browse files
Abel Vesagregkh
authored andcommitted
arm64: dts: qcom: milos: Add missing CX power domain to GCC
[ Upstream commit e46b48b ] Unless CX is declared as the power-domain of GCC, votes (power and performance) on the GDSCs it provides will not propagate to the CX, which might result in under-voltage conditions. Add the missing power-domains property to associate GCC with RPMHPD_CX. Fixes: d9d59d1 ("arm64: dts: qcom: Add initial Milos dtsi") Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260327-dt-fix-milos-eliza-gcc-power-domains-v1-2-f14a22c73fe9@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent e523eba commit 38db1ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/milos.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@
802802
<0>, /* ufs_phy_tx_symbol_0_clk */
803803
<0>; /* usb3_phy_wrapper_gcc_usb30_pipe_clk */
804804

805+
power-domains = <&rpmhpd RPMHPD_CX>;
806+
805807
#clock-cells = <1>;
806808
#reset-cells = <1>;
807809
#power-domain-cells = <1>;

0 commit comments

Comments
 (0)