]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Documentation: devicetree: net: Modify compatible string for TSN switch
authorSaurabh Sengar <saurabh.singh@xilinx.com>
Fri, 2 Jun 2017 11:31:25 +0000 (17:01 +0530)
committerMichal Simek <monstr@monstr.eu>
Tue, 3 Oct 2017 15:26:41 +0000 (17:26 +0200)
Modify compatible string for TSN switch.
This patch also corrects a typo in description of this property.

Signed-off-by: Saurabh Sengar <saurabhs@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/net/xilinx_tsn_switch.txt

index 2e82b4116f9ab8e490a4cf61423656cda5f4cb51..deacc1f00d582a4ab9a9dc061917ccbaf33d8fa6 100644 (file)
@@ -2,12 +2,12 @@ Xilinx TSN (time sensitive networking) Switch controller Device Tree Bindings
 -----------------------------------------------------------------------------
 
 Required properties:
-- compatible           : Should be "xlnx,axi-eth-switch-1.00.a"
+- compatible           : Should be "xlnx,tsn-switch"
 - reg                  : Physical base address and size of the TSN registers map.
 
 Example:
 
        epswitch: tsn_switch@80078000 {
-                        compatible = "xlnx,tsn-eth-switch-1.00.a";
+                        compatible = "xlnx,tsn-switch";
                         reg = <0x0 0x80078000 0x0 0x4000>;
        };