* [PATCH] bindings:phy Mark phy_clk binding as deprecated in Cadence Sierra Phy.
@ 2019-11-18 7:43 Anil Joy Varughese
2019-11-18 8:02 ` Kishon Vijay Abraham I
0 siblings, 1 reply; 3+ messages in thread
From: Anil Joy Varughese @ 2019-11-18 7:43 UTC (permalink / raw)
To: kishon, robh+dt, mark.rutland, linux-kernel, devicetree
Cc: aniljoy, mparab, rafalc
Updated the Sierra Phy binding doc to mark phy_clk as deprecated.
Signed-off-by: Anil Joy Varughese <aniljoy@cadence.com>
---
.../devicetree/bindings/phy/phy-cadence-sierra.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
index 6e1b47b..9a42b46 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
@@ -5,7 +5,7 @@ Required properties:
- compatible: cdns,sierra-phy-t0
- clocks: Must contain an entry in clock-names.
See ../clocks/clock-bindings.txt for details.
-- clock-names: Must be "phy_clk"
+- clock-names: Must be "phy_clk". This is deprecated and should not be used with newer bindings.
- resets: Must contain an entry for each in reset-names.
See ../reset/reset.txt for details.
- reset-names: Must include "sierra_reset" and "sierra_apb".
--
1.7.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] bindings:phy Mark phy_clk binding as deprecated in Cadence Sierra Phy.
2019-11-18 7:43 [PATCH] bindings:phy Mark phy_clk binding as deprecated in Cadence Sierra Phy Anil Joy Varughese
@ 2019-11-18 8:02 ` Kishon Vijay Abraham I
2019-11-18 9:00 ` Anil Joy Varughese
0 siblings, 1 reply; 3+ messages in thread
From: Kishon Vijay Abraham I @ 2019-11-18 8:02 UTC (permalink / raw)
To: Anil Joy Varughese, robh+dt, mark.rutland, linux-kernel, devicetree
Cc: mparab, rafalc
Anil,
On 18/11/19 1:13 PM, Anil Joy Varughese wrote:
> Updated the Sierra Phy binding doc to mark phy_clk as deprecated.
This should also indicate why your are deprecating it.
Thanks
Kishon
>
> Signed-off-by: Anil Joy Varughese <aniljoy@cadence.com>
> ---
> .../devicetree/bindings/phy/phy-cadence-sierra.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> index 6e1b47b..9a42b46 100644
> --- a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> +++ b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> @@ -5,7 +5,7 @@ Required properties:
> - compatible: cdns,sierra-phy-t0
> - clocks: Must contain an entry in clock-names.
> See ../clocks/clock-bindings.txt for details.
> -- clock-names: Must be "phy_clk"
> +- clock-names: Must be "phy_clk". This is deprecated and should not be used with newer bindings.
> - resets: Must contain an entry for each in reset-names.
> See ../reset/reset.txt for details.
> - reset-names: Must include "sierra_reset" and "sierra_apb".
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] bindings:phy Mark phy_clk binding as deprecated in Cadence Sierra Phy.
2019-11-18 8:02 ` Kishon Vijay Abraham I
@ 2019-11-18 9:00 ` Anil Joy Varughese
0 siblings, 0 replies; 3+ messages in thread
From: Anil Joy Varughese @ 2019-11-18 9:00 UTC (permalink / raw)
To: Kishon Vijay Abraham I, robh+dt, mark.rutland, linux-kernel, devicetree
Cc: Milind Parab, Rafal Ciepiela
Hi Kishon,
> -----Original Message-----
> From: Kishon Vijay Abraham I <kishon@ti.com>
> Sent: Monday, November 18, 2019 1:32 PM
> To: Anil Joy Varughese <aniljoy@cadence.com>; robh+dt@kernel.org;
> mark.rutland@arm.com; linux-kernel@vger.kernel.org;
> devicetree@vger.kernel.org
> Cc: Milind Parab <mparab@cadence.com>; Rafal Ciepiela
> <rafalc@cadence.com>
> Subject: Re: [PATCH] bindings:phy Mark phy_clk binding as deprecated in
> Cadence Sierra Phy.
>
> EXTERNAL MAIL
>
>
> Anil,
>
> On 18/11/19 1:13 PM, Anil Joy Varughese wrote:
> > Updated the Sierra Phy binding doc to mark phy_clk as deprecated.
>
> This should also indicate why your are deprecating it.
>
> Thanks
> Kishon
I am deprecating it since there is a new set of bindings (cmn_refclk, cmn_refclk1) announced by TI.
Will update and send new patch.
Thanks,
Anil
>
> >
> > Signed-off-by: Anil Joy Varughese <aniljoy@cadence.com>
> > ---
> > .../devicetree/bindings/phy/phy-cadence-sierra.txt | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> > index 6e1b47b..9a42b46 100644
> > --- a/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> > +++ b/Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> > @@ -5,7 +5,7 @@ Required properties:
> > - compatible: cdns,sierra-phy-t0
> > - clocks: Must contain an entry in clock-names.
> > See ../clocks/clock-bindings.txt for details.
> > -- clock-names: Must be "phy_clk"
> > +- clock-names: Must be "phy_clk". This is deprecated and should not
> be used with newer bindings.
> > - resets: Must contain an entry for each in reset-names.
> > See ../reset/reset.txt for details.
> > - reset-names: Must include "sierra_reset" and "sierra_apb".
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-18 9:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18 7:43 [PATCH] bindings:phy Mark phy_clk binding as deprecated in Cadence Sierra Phy Anil Joy Varughese
2019-11-18 8:02 ` Kishon Vijay Abraham I
2019-11-18 9:00 ` Anil Joy Varughese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®