Patch "ARM: dts: qcom: apq8064: Use 27MHz PXO clock as DSI PLL reference" has been added to the 5.4-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

    ARM: dts: qcom: apq8064: Use 27MHz PXO clock as DSI PLL reference

to the 5.4-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:
     arm-dts-qcom-apq8064-use-27mhz-pxo-clock-as-dsi-pll-.patch
and it can be found in the queue-5.4 subdirectory.

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



commit 6044f59b265ae286da5d8d272c57275499f7393f
Author: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx>
Date:   Sun Aug 29 22:30:25 2021 +0200

    ARM: dts: qcom: apq8064: Use 27MHz PXO clock as DSI PLL reference
    
    [ Upstream commit f1db21c315f4b4f8c3fbea56aac500673132d317 ]
    
    The 28NM DSI PLL driver for msm8960 calculates with a 27MHz reference
    clock and should hence use PXO, not CXO which runs at 19.2MHz.
    
    Note that none of the DSI PHY/PLL drivers currently use this "ref"
    clock; they all rely on (sometimes inexistant) global clock names and
    usually function normally without a parent clock.  This discrepancy will
    be corrected in a future patch, for which this change needs to be in
    place first.
    
    Fixes: 6969d1d9c615 ("ARM: dts: qcom-apq8064: Set 'cxo_board' as ref clock of the DSI PHY")
    Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Signed-off-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210829203027.276143-2-marijn.suijten@xxxxxxxxxxxxxx
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 27accc164df3..764984c95c68 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -198,7 +198,7 @@
 			clock-frequency = <19200000>;
 		};
 
-		pxo_board {
+		pxo_board: pxo_board {
 			compatible = "fixed-clock";
 			#clock-cells = <0>;
 			clock-frequency = <27000000>;
@@ -1304,7 +1304,7 @@
 			reg-names = "dsi_pll", "dsi_phy", "dsi_phy_regulator";
 			clock-names = "iface_clk", "ref";
 			clocks = <&mmcc DSI_M_AHB_CLK>,
-				 <&cxo_board>;
+				 <&pxo_board>;
 		};
 
 



[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