aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/phy
diff options
context:
space:
mode:
authorJohan Hovold <johan+linaro@kernel.org>2022-08-30 13:29:14 +0200
committerVinod Koul <vkoul@kernel.org>2022-08-30 18:56:22 +0530
commit5acdb255c5400546deaa43e9bd1e839986463d89 (patch)
tree22ca826cdff4fc18c5a06c164e5f62165aa830cf /Documentation/devicetree/bindings/phy
parentdt-bindings: phy: qcom,qmp-usb: add missing child node schema (diff)
downloadlinux-dev-5acdb255c5400546deaa43e9bd1e839986463d89.tar.xz
linux-dev-5acdb255c5400546deaa43e9bd1e839986463d89.zip
dt-bindings: phy: qcom,qmp-usb: deprecate PIPE clock name
Deprecate the PHY node 'clock-names' property which specified that the PIPE clock name should have a bogus "lane" suffix. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20220830112923.3725-22-johan+linaro@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r--Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
index c8c7483f3f48..17af049e65a9 100644
--- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
@@ -84,6 +84,7 @@ patternProperties:
- description: PIPE clock
clock-names:
+ deprecated: true
items:
- const: pipe0
@@ -99,7 +100,6 @@ patternProperties:
required:
- reg
- clocks
- - clock-names
- "#clock-cells"
- clock-output-names
- "#phy-cells"
@@ -357,7 +357,6 @@ examples:
<0x600 0x70>;
clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>;
- clock-names = "pipe0";
#clock-cells = <0>;
clock-output-names = "usb3_uni_phy_pipe_clk_src";