Commit 3d23213f authored by Johan Hovold's avatar Johan Hovold Committed by Vinod Koul

dt-bindings: phy: qcom,qmp-pcie: 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-15-johan+linaro@kernel.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 6a991538
......@@ -78,6 +78,7 @@ patternProperties:
- description: PIPE clock
clock-names:
deprecated: true
items:
- const: pipe0
......@@ -93,7 +94,6 @@ patternProperties:
required:
- reg
- clocks
- clock-names
- "#clock-cells"
- clock-output-names
- "#phy-cells"
......@@ -287,7 +287,6 @@ examples:
<0xe00 0xf4>;
clocks = <&gcc GCC_PCIE_1_PIPE_CLK>;
clock-names = "pipe0";
#clock-cells = <0>;
clock-output-names = "pcie_1_pipe_clk";
......
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