diff options
author | 2021-09-29 11:42:46 +0800 | |
---|---|---|
committer | 2021-10-24 13:04:03 -0500 | |
commit | 82d61e19fccbf2fe7c018765b3799791916e7f31 (patch) | |
tree | e1a76c899bbabb0b50fc9d55f52c26d00678e356 /arch/arm64/boot/dts/qcom/sm8350.dtsi | |
parent | arm64: dts: qcom: sc7280: Add 200MHz in qspi_opp_table (diff) | |
download | linux-dev-82d61e19fccbf2fe7c018765b3799791916e7f31.tar.xz linux-dev-82d61e19fccbf2fe7c018765b3799791916e7f31.zip |
arm64: dts: qcom: msm8996: Move '#clock-cells' to QMP PHY child node
'#clock-cells' is a required property of QMP PHY child node, not itself.
Move it to fix the dtbs_check warnings.
There are only '#clock-cells' removal from SM8350 QMP PHY nodes, because
child nodes already have the property.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210929034253.24570-4-shawn.guo@linaro.org
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index b162518c9f29..45d51800ea61 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -1074,7 +1074,6 @@ reg = <0 0x01d87000 0 0xe10>; #address-cells = <2>; #size-cells = <2>; - #clock-cells = <1>; ranges; clock-names = "ref", "ref_aux"; @@ -1303,7 +1302,6 @@ <0 0x088e8000 0 0x20>; reg-names = "reg-base", "dp_com"; status = "disabled"; - #clock-cells = <1>; #address-cells = <2>; #size-cells = <2>; ranges; @@ -1336,7 +1334,6 @@ compatible = "qcom,sm8350-qmp-usb3-uni-phy"; reg = <0 0x088eb000 0 0x200>; status = "disabled"; - #clock-cells = <1>; #address-cells = <2>; #size-cells = <2>; ranges; |