Commit 539e7a68 authored by Manu Gautam's avatar Manu Gautam Committed by Andy Gross

arm64: dts: qcom: sdm845: Fix pcs_misc region address for UNI PHY

Correct address for pcs_misc register region of USB3 QMP UNI PHY.
These registers are used during runtime-suspend/resume routines
of phy.
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Fixes: ca4db2b5 ("arm64: dts: qcom: sdm845: Add USB-related nodes")
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 0cef5dd4
...@@ -1585,7 +1585,7 @@ usb_2_ssphy: lane@88eb200 { ...@@ -1585,7 +1585,7 @@ usb_2_ssphy: lane@88eb200 {
reg = <0x88eb200 0x128>, reg = <0x88eb200 0x128>,
<0x88eb400 0x1fc>, <0x88eb400 0x1fc>,
<0x88eb800 0x218>, <0x88eb800 0x218>,
<0x88e9600 0x70>; <0x88eb600 0x70>;
#phy-cells = <0>; #phy-cells = <0>;
clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>; clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>;
clock-names = "pipe0"; clock-names = "pipe0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment