projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31863c5
)
arm64: dts: qcom: sm8250: drop bogus DP PHY clock
author
Johan Hovold
<johan+linaro@kernel.org>
Wed, 26 Oct 2022 15:25:10 +0000
(17:25 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Mon, 7 Nov 2022 03:11:11 +0000
(21:11 -0600)
The QMP pipe clock is used by the USB part of the PHY so drop the
corresponding properties from the DP child node.
Fixes:
5aa0d1becd5b
("arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20221026152511.9661-2-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/sm8250.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8250.dtsi
b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 6b6a7277db5e28810ddbc2f5281d0485d2bb4bb2..076c161d76f644af8c76248afd38992f32b0adf6 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8250.dtsi
@@
-2897,9
+2897,6
@@
dp_phy: dp-phy@88ea200 {
<0 0x088eaa00 0 0x100>;
#phy-cells = <0>;
#clock-cells = <1>;
- clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
- clock-names = "pipe0";
- clock-output-names = "usb3_phy_pipe_clk_src";
};
};