]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
dt: bindings: media: xilinx: Remove unimplemented TPG compatible string
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Wed, 7 Mar 2018 09:15:08 +0000 (14:45 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 9 Mar 2018 08:09:48 +0000 (09:09 +0100)
TPG compatible string "xlnx,v-tpg-6.0" is not supported in the driver.
Hence remove unimplemented compatible string.

Signed-off-by: Radhey Shyam Pandey <radheys@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt

index e4df35baa797f2f30757b0693a1d5e9a3b6c4c62..2913b02578f0e92c5d82548c0d87fcfaae9b4518 100644 (file)
@@ -6,7 +6,6 @@ Required properties:
 - compatible: Must contain at least one of
 
     "xlnx,v-tpg-5.0" (TPG version 5.0)
-    "xlnx,v-tpg-6.0" (TPG version 6.0)
     "xlnx,v-tpg-7.0" (TPG version 7.0)
 
   TPG versions backward-compatible with previous versions should list all
@@ -40,7 +39,7 @@ synthesized with two ports and forbidden when synthesized with one port.
 Example:
 
        tpg_0: tpg@40050000 {
-               compatible = "xlnx,v-tpg-6.0", "xlnx,v-tpg-5.0";
+               compatible = "xlnx,v-tpg-5.0";
                reg = <0x40050000 0x10000>;
                clocks = <&clkc 15>;