Commit 5acdb255 authored by Johan Hovold's avatar Johan Hovold Committed by Vinod Koul

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-22-johan+linaro@kernel.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ac32e3e5
...@@ -84,6 +84,7 @@ patternProperties: ...@@ -84,6 +84,7 @@ patternProperties:
- description: PIPE clock - description: PIPE clock
clock-names: clock-names:
deprecated: true
items: items:
- const: pipe0 - const: pipe0
...@@ -99,7 +100,6 @@ patternProperties: ...@@ -99,7 +100,6 @@ patternProperties:
required: required:
- reg - reg
- clocks - clocks
- clock-names
- "#clock-cells" - "#clock-cells"
- clock-output-names - clock-output-names
- "#phy-cells" - "#phy-cells"
...@@ -357,7 +357,6 @@ examples: ...@@ -357,7 +357,6 @@ examples:
<0x600 0x70>; <0x600 0x70>;
clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>; clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>;
clock-names = "pipe0";
#clock-cells = <0>; #clock-cells = <0>;
clock-output-names = "usb3_uni_phy_pipe_clk_src"; clock-output-names = "usb3_uni_phy_pipe_clk_src";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment