lkml.org 
[lkml]   [2022]   [Jul]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 19/43] dt-bindings: phy: qcom,qmp-pcie: deprecate PIPE clock name
    Date
    Drop the bogus "lane" suffix from the PHY PIPE clock name and mark the
    old name as deprecated.

    Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
    ---
    .../devicetree/bindings/phy/qcom,qmp-pcie-phy.yaml | 10 +++++++---
    1 file changed, 7 insertions(+), 3 deletions(-)

    diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-pcie-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-pcie-phy.yaml
    index 3fc08af41144..32f872de8f4b 100644
    --- a/Documentation/devicetree/bindings/phy/qcom,qmp-pcie-phy.yaml
    +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-pcie-phy.yaml
    @@ -80,8 +80,12 @@ patternProperties:
    - description: PIPE clock

    clock-names:
    - items:
    - - const: pipe0
    + oneOf:
    + - items:
    + - const: pipe
    + - items:
    + - const: pipe0
    + deprecated: true

    "#clock-cells":
    const: 0
    @@ -295,7 +299,7 @@ examples:
    <0xe00 0xf4>;

    clocks = <&gcc GCC_PCIE_1_PIPE_CLK>;
    - clock-names = "pipe0";
    + clock-names = "pipe";

    #clock-cells = <0>;
    clock-output-names = "pcie_1_pipe_clk";
    --
    2.35.1
    \
     
     \ /
      Last update: 2022-07-05 11:51    [W:2.677 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site