[PATCH v1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node

Jyothi Kumar Seerapu posted 1 patch 9 months, 1 week ago
arch/arm64/boot/dts/qcom/sm8750.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node
Posted by Jyothi Kumar Seerapu 9 months, 1 week ago
Correct the clocks property for the uart14 node to fix UART functionality
on QUP2_SE6. The current failure is due to an incorrect clocks assignment.

Change the clocks property to GCC_QUPV3_WRAP2_S6_CLK to resolve the issue.

Signed-off-by: Jyothi Kumar Seerapu <quic_jseerapu@quicinc.com>
---
 arch/arm64/boot/dts/qcom/sm8750.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi
index 3bbd7d18598e..9f23a07d0080 100644
--- a/arch/arm64/boot/dts/qcom/sm8750.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi
@@ -987,7 +987,7 @@
 
 				interrupts = <GIC_SPI 461 IRQ_TYPE_LEVEL_HIGH>;
 
-				clocks = <&gcc GCC_QUPV3_WRAP2_S5_CLK>;
+				clocks = <&gcc GCC_QUPV3_WRAP2_S6_CLK>;
 				clock-names = "se";
 
 				interconnects =	<&clk_virt MASTER_QUP_CORE_2 QCOM_ICC_TAG_ALWAYS
-- 
2.17.1
Re: [PATCH v1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node
Posted by Bjorn Andersson 9 months ago
On Wed, 12 Mar 2025 16:13:58 +0530, Jyothi Kumar Seerapu wrote:
> Correct the clocks property for the uart14 node to fix UART functionality
> on QUP2_SE6. The current failure is due to an incorrect clocks assignment.
> 
> Change the clocks property to GCC_QUPV3_WRAP2_S6_CLK to resolve the issue.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node
      commit: 515551e65635b988f2afa9e8683a6b57d6cfba36

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node
Posted by Konrad Dybcio 9 months, 1 week ago
On 3/12/25 11:43 AM, Jyothi Kumar Seerapu wrote:
> Correct the clocks property for the uart14 node to fix UART functionality
> on QUP2_SE6. The current failure is due to an incorrect clocks assignment.
> 
> Change the clocks property to GCC_QUPV3_WRAP2_S6_CLK to resolve the issue.
> 
> Signed-off-by: Jyothi Kumar Seerapu <quic_jseerapu@quicinc.com>
> ---

Fixes: 068c3d3c83be ("arm64: dts: qcom: Add base SM8750 dtsi")

Konrad
Re: [PATCH v1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node
Posted by Konrad Dybcio 9 months, 1 week ago
On 3/12/25 11:43 AM, Jyothi Kumar Seerapu wrote:
> Correct the clocks property for the uart14 node to fix UART functionality
> on QUP2_SE6. The current failure is due to an incorrect clocks assignment.
> 
> Change the clocks property to GCC_QUPV3_WRAP2_S6_CLK to resolve the issue.
> 
> Signed-off-by: Jyothi Kumar Seerapu <quic_jseerapu@quicinc.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad