Browse Source

dt-bindings: phy: ti,phy-j721e-wiz: Add *-10g and *-16g to compatible

Add "ti,j721e-wiz-10g" compatible for Torrent wrapper and change
Sierra wrapper compatible to "ti,j721e-wiz-16g". The Torrent and Sierra
phy wiz-wrappers have some subtle differences, so it is better to have
separate compatible properties for them too.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com>
Jyri Sarha 6 years ago
parent
commit
559aa36d92
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.txt

+ 3 - 2
Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.txt

@@ -1,7 +1,8 @@
 TI J721E WIZ (SERDES Wrapper)
 
 Required properties:
- - compatible: Should be "ti,j721e-wiz"
+ - compatible: Should be "ti,j721e-wiz-16g" for Sierra phy wrapper,
+	       or "ti,j721e-wiz-10g" for Torrent phy wrapper.
  - #address-cells : should be 2 to indicate the child node should use 2 cell
      for address
  - #size-cells: should be 2 to indicate the child node should use 2 cell for
@@ -50,7 +51,7 @@ Required subnodes:
 
 Example: Example shows binding for SERDES_16G (Sierra SERDES with WIZ wrapper)
 serdes_wiz0: wiz@5000000 {
-	compatible = "ti,j721e-wiz";
+	compatible = "ti,j721e-wiz-16g";
 	#address-cells = <2>;
 	#size-cells = <2>;
 	power-domains = <&k3_pds 292 TI_SCI_PD_EXCLUSIVE>;