]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
media: xilinx: cresample: Fix video-format property in dt example
authorChristian Kohn <christian.kohn@xilinx.com>
Wed, 17 Aug 2016 01:38:52 +0000 (18:38 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 22 Aug 2016 09:24:02 +0000 (11:24 +0200)
Fix example in dt bindings documentation.

Signed-off-by: Christian Kohn <christian.kohn@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/media/xilinx/xlnx,v-cresample.txt

index 4546aab29bb91af8f7efa43717b6d297f0414de9..f404ee301272b396e5123111258450b9d2f56ae6 100644 (file)
@@ -33,7 +33,7 @@ Example:
                        port@0 {
                                reg = <0>;
 
-                               xlnx,input-video-format = <XVIP_VF_YUV_444>;
+                               xlnx,video-format = <XVIP_VF_YUV_444>;
                                xlnx,video-width = <8>;
 
                                cresample0_in: endpoint {
@@ -43,7 +43,7 @@ Example:
                        port@1 {
                                reg = <1>;
 
-                               xlnx,output-video-format = <XVIP_VF_YUV_422>;
+                               xlnx,video-format = <XVIP_VF_YUV_422>;
                                xlnx,video-width = <8>;
 
                                cresample0_out: endpoint {