diff options
author | Johan Hovold <[email protected]> | 2022-07-05 13:40:29 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-06 21:39:16 -0500 |
commit | e30d9f1e58c0f860b8a740c63527106146f0f3fd (patch) | |
tree | 01c157dbe78bf304294e6ae965dec280bffc5d0c | |
parent | be18bc7bd9e82e2d08095d9ed0d9978dcb707e7c (diff) |
arm64: dts: qcom: sm8450: drop UFS PHY clock-cells
The QMP UFS PHY provides more than one symbol clock and would need an
index to differentiate the clocks, but none of this is described by the
binding currently.
Drop the incorrect '#clock-cells' property for now.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi index ed3da7f87b31..4978c5ba5dd0 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -3137,7 +3137,6 @@ <0 0x01d87800 0 0x108>, <0 0x01d87a00 0 0x1e0>; #phy-cells = <0>; - #clock-cells = <0>; }; }; |