diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2022-07-05 13:40:29 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-07-06 21:39:16 -0500 |
commit | e30d9f1e58c0f860b8a740c63527106146f0f3fd (patch) | |
tree | 01c157dbe78bf304294e6ae965dec280bffc5d0c | |
parent | be18bc7bd9e82e2d08095d9ed0d9978dcb707e7c (diff) | |
download | linux-e30d9f1e58c0f860b8a740c63527106146f0f3fd.tar.gz |
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 <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220705114032.22787-12-johan+linaro@kernel.org
-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>; }; }; |