Skip to content

Commit

Permalink
dt-bindings: phy: qcom,qmp-usb3-dp: deprecate USB PIPE clock name
Browse files Browse the repository at this point in the history
Deprecate the USB 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-25-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Johan Hovold authored and Vinod Koul committed Aug 30, 2022
1 parent dc47bcb commit 735441e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ patternProperties:
- description: pipe clock

clock-names:
deprecated: true
items:
- const: pipe0

Expand All @@ -114,7 +115,6 @@ patternProperties:
required:
- reg
- clocks
- clock-names
- '#clock-cells'
- '#phy-cells'

Expand Down Expand Up @@ -195,7 +195,6 @@ examples:
#clock-cells = <0>;
#phy-cells = <0>;
clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
clock-names = "pipe0";
clock-output-names = "usb3_phy_pipe_clk_src";
};
Expand Down

0 comments on commit 735441e

Please sign in to comment.