Patch "arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-qcom-sdm845-use-rpmh_ce_clk-macro-directly.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit c03e79bf53c91cf935462b2e6bf23523d04507a8
Author: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx>
Date:   Wed May 19 20:06:50 2021 +0530

    arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
    
    [ Upstream commit eed1d9b6e36b06faa53c6dc74134ec21b1336d94 ]
    
    In commit 3e482859f1ef ("dts: qcom: sdm845: Add dt entries
    to support crypto engine."), we decided to use the value indicated
    by constant RPMH_CE_CLK rather than using it directly.
    
    Now that the same RPMH clock value might be used for other
    SoCs (in addition to sdm845), let's use the constant
    RPMH_CE_CLK to make sure that this dtsi is compatible with the
    other qcom ones.
    
    Signed-off-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx>
    Reviewed-by: Thara Gopinath <thara.gopinath@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210519143700.27392-8-bhupesh.sharma@xxxxxxxxxx
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 0a86fe71a66d1..2ec4be930fd6f 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -2316,7 +2316,7 @@
 			compatible = "qcom,bam-v1.7.0";
 			reg = <0 0x01dc4000 0 0x24000>;
 			interrupts = <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
-			clocks = <&rpmhcc 15>;
+			clocks = <&rpmhcc RPMH_CE_CLK>;
 			clock-names = "bam_clk";
 			#dma-cells = <1>;
 			qcom,ee = <0>;
@@ -2332,7 +2332,7 @@
 			reg = <0 0x01dfa000 0 0x6000>;
 			clocks = <&gcc GCC_CE1_AHB_CLK>,
 				 <&gcc GCC_CE1_AHB_CLK>,
-				 <&rpmhcc 15>;
+				 <&rpmhcc RPMH_CE_CLK>;
 			clock-names = "iface", "bus", "core";
 			dmas = <&cryptobam 6>, <&cryptobam 7>;
 			dma-names = "rx", "tx";



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux