Patch "arm64: dts: qcom: sc7180: Fix sc7180-qmp-usb3-dp-phy reg sizes" has been added to the 5.13-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: sc7180: Fix sc7180-qmp-usb3-dp-phy reg sizes

to the 5.13-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-sc7180-fix-sc7180-qmp-usb3-dp-phy-reg.patch
and it can be found in the queue-5.13 subdirectory.

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



commit c42d0ebb39935147440632a094b23f995e512094
Author: Douglas Anderson <dianders@xxxxxxxxxxxx>
Date:   Mon Mar 15 10:38:54 2021 -0700

    arm64: dts: qcom: sc7180: Fix sc7180-qmp-usb3-dp-phy reg sizes
    
    [ Upstream commit c1124180eb9883891ad2acef89c9d17d6190eab4 ]
    
    As per Dmitry Baryshkov [1]:
    a) The 2nd "reg" should be 0x3c because "Offset 0x38 is
       USB3_DP_COM_REVISION_ID3 (not used by the current driver though)."
    b) The 3rd "reg" "is a serdes region and qmp_v3_dp_serdes_tbl contains
       registers 0x148 and 0x154."
    
    I think because the 3rd "reg" is a serdes region we should just use
    the same size as the 1st "reg"?
    
    [1] https://lore.kernel.org/r/ee5695bb-a603-0dd5-7a7f-695e919b1af1@xxxxxxxxxx
    
    Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
    Cc: Stephen Boyd <swboyd@xxxxxxxxxxxx>
    Cc: Jeykumar Sankaran <jsanka@xxxxxxxxxxxxxx>
    Cc: Chandan Uddaraju <chandanu@xxxxxxxxxxxxxx>
    Cc: Vara Reddy <varar@xxxxxxxxxxxxxx>
    Cc: Tanmay Shah <tanmay@xxxxxxxxxxxxxx>
    Cc: Rob Clark <robdclark@xxxxxxxxxxxx>
    Fixes: 58fd7ae621e7 ("arm64: dts: qcom: sc7180: Update dts for DP phy inside QMP phy")
    Reported-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210315103836.1.I9a97120319d43b42353aeac4d348624d60687df7@changeid
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 6228ba2d8513..b82014eac56b 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -2754,8 +2754,8 @@
 		usb_1_qmpphy: phy-wrapper@88e9000 {
 			compatible = "qcom,sc7180-qmp-usb3-dp-phy";
 			reg = <0 0x088e9000 0 0x18c>,
-			      <0 0x088e8000 0 0x38>,
-			      <0 0x088ea000 0 0x40>;
+			      <0 0x088e8000 0 0x3c>,
+			      <0 0x088ea000 0 0x18c>;
 			status = "disabled";
 			#address-cells = <2>;
 			#size-cells = <2>;



[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