2019-12-23 15:18:20

by Yuti Amonkar

[permalink] [raw]
Subject: [PATCH v2 13/14] dt-bindings: phy: phy-cadence-torrent: Add platform dependent compatible string

Add a new compatible string used for TI SoCs using Torrent PHY.

Signed-off-by: Yuti Amonkar <[email protected]>
---
Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
index 907b627..76ce04a 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
@@ -15,7 +15,9 @@ maintainers:

properties:
compatible:
- const: cdns,torrent-phy
+ enum:
+ - cdns,torrent-phy
+ - ti,j721e-serdes-10g

clocks:
maxItems: 1
--
2.7.4


2020-01-04 21:27:35

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 13/14] dt-bindings: phy: phy-cadence-torrent: Add platform dependent compatible string

On Mon, 23 Dec 2019 16:15:38 +0100, Yuti Amonkar wrote:
> Add a new compatible string used for TI SoCs using Torrent PHY.
>
> Signed-off-by: Yuti Amonkar <[email protected]>
> ---
> Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>

Reviewed-by: Rob Herring <[email protected]>