Skip to content

Commit 3cae55f

Browse files
vdadhanigregkh
authored andcommitted
arm64: dts: qcom: qcs615: add missing dt property in QUP SEs
[ Upstream commit 6a5e9b9738a32229e2673d4eccfcbfe2ef3a1ab4 ] Add the missing required-opps and operating-points-v2 properties to several I2C, SPI, and UART nodes in the QUP SEs. Fixes: f6746dc ("arm64: dts: qcom: qcs615: Add QUPv3 configuration") Cc: [email protected] Signed-off-by: Viken Dadhaniya <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ac01416 commit 3cae55f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@
631631
interconnect-names = "qup-core",
632632
"qup-config";
633633
power-domains = <&rpmhpd RPMHPD_CX>;
634+
operating-points-v2 = <&qup_opp_table>;
634635
status = "disabled";
635636
};
636637

@@ -654,6 +655,7 @@
654655
"qup-config",
655656
"qup-memory";
656657
power-domains = <&rpmhpd RPMHPD_CX>;
658+
required-opps = <&rpmhpd_opp_low_svs>;
657659
dmas = <&gpi_dma0 0 1 QCOM_GPI_I2C>,
658660
<&gpi_dma0 1 1 QCOM_GPI_I2C>;
659661
dma-names = "tx",
@@ -681,6 +683,7 @@
681683
"qup-config",
682684
"qup-memory";
683685
power-domains = <&rpmhpd RPMHPD_CX>;
686+
required-opps = <&rpmhpd_opp_low_svs>;
684687
dmas = <&gpi_dma0 0 2 QCOM_GPI_I2C>,
685688
<&gpi_dma0 1 2 QCOM_GPI_I2C>;
686689
dma-names = "tx",
@@ -703,6 +706,7 @@
703706
interconnect-names = "qup-core",
704707
"qup-config";
705708
power-domains = <&rpmhpd RPMHPD_CX>;
709+
operating-points-v2 = <&qup_opp_table>;
706710
dmas = <&gpi_dma0 0 2 QCOM_GPI_SPI>,
707711
<&gpi_dma0 1 2 QCOM_GPI_SPI>;
708712
dma-names = "tx",
@@ -728,6 +732,7 @@
728732
interconnect-names = "qup-core",
729733
"qup-config";
730734
power-domains = <&rpmhpd RPMHPD_CX>;
735+
operating-points-v2 = <&qup_opp_table>;
731736
status = "disabled";
732737
};
733738

@@ -751,6 +756,7 @@
751756
"qup-config",
752757
"qup-memory";
753758
power-domains = <&rpmhpd RPMHPD_CX>;
759+
required-opps = <&rpmhpd_opp_low_svs>;
754760
dmas = <&gpi_dma0 0 3 QCOM_GPI_I2C>,
755761
<&gpi_dma0 1 3 QCOM_GPI_I2C>;
756762
dma-names = "tx",

0 commit comments

Comments
 (0)