projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9f23e
)
arm64: dts: qcom: sm6350: drop bogus DP PHY clock
author
Johan Hovold
<johan+linaro@kernel.org>
Wed, 26 Oct 2022 15:25:11 +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:
23737b9557fe
("arm64: dts: qcom: sm6350: Add USB1 nodes")
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-3-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/sm6350.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm6350.dtsi
b/arch/arm64/boot/dts/qcom/sm6350.dtsi
index c39de7d3ace0bc61af41a69253e5fc287d64c6dd..3a315280c34acba73cad227098c3d3447fde6326 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm6350.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm6350.dtsi
@@
-1154,9
+1154,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";
};
};