lkml.org 
[lkml]   [2019]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 07/14] dt-bindings: phy: phy-cadence-torrent: Add clock bindings
Date
Add Torrent PHY reference clock bindings.This will not affect ABI as
the driver has never been functional, and therefore do not exist in
any active use case

Signed-off-by: Yuti Amonkar <yamonkar@cadence.com>
---
.../devicetree/bindings/phy/phy-cadence-torrent.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
index 3587312..907b627 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
@@ -17,6 +17,14 @@ properties:
compatible:
const: cdns,torrent-phy

+ clocks:
+ maxItems: 1
+ description:
+ PHY reference clock. Must contain an entry in clock-names.
+
+ clock-names:
+ const: refclk
+
reg:
items:
- description: Offset of the DPTX PHY configuration registers.
@@ -46,6 +54,8 @@ properties:

required:
- compatible
+ - clocks
+ - clock-names
- reg
- "#phy-cells"

@@ -60,5 +70,7 @@ examples:
num_lanes = <4>;
max_bit_rate = <8100>;
#phy-cells = <0>;
+ clocks = <&ref_clk>;
+ clock-names = "refclk";
};
...
--
2.7.4
\
 
 \ /
  Last update: 2019-12-23 16:17    [W:0.125 / U:1.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site