diff options
author | Johan Hovold <[email protected]> | 2022-07-05 13:40:26 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-06 21:39:16 -0500 |
commit | 0aaa0a9a4745ff4b4ffeed80ce3463c9c8c0f693 (patch) | |
tree | 1d18316fee2ee7ddf5b087a3d7d2b6bf8a633785 | |
parent | af5515543b9b5999d547f4f2afcad95f0aff5b1d (diff) |
arm64: dts: qcom: sm8450: drop USB PHY clock index
The QMP USB PHY provides a single clock so drop the redundant clock
index.
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi index 118ae04925db..ed3da7f87b31 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -2016,7 +2016,7 @@ <0 0x088e9800 0 0x200>, <0 0x088e9a00 0 0x100>; #phy-cells = <0>; - #clock-cells = <1>; + #clock-cells = <0>; clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>; clock-names = "pipe0"; clock-output-names = "usb3_phy_pipe_clk_src"; |