]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - Documentation/devicetree/bindings/display/xlnx/xlnx,vpss-scaler.txt
dt: bindings: display: xlnx: Updated gpio reset entry
[zynq/linux.git] / Documentation / devicetree / bindings / display / xlnx / xlnx,vpss-scaler.txt
index 9be570901a06ca363c8d800d567c15694b9c30e5..43186279ecbf139d7a270978d749f02705e3c56c 100644 (file)
@@ -22,13 +22,13 @@ Required properties:
 - xlnx,pix-per-clk : The pixels per clock property of the IP.
   supported values are 1 and 2.
 
-- reset-gpios: Specifier for a GPIO that assert for VPSS Scaler reset.
+- reset-gpios: GPIO specifier to assert/de-assert the reset line.
 
 Example:
        scaler@a0040000 {
                compatible = "xlnx,vpss-scaler";
                reg = <0x0 0xa0000000 0x0 0x40000>;
-               reset-gpios = <&axi_gpio_1 0x0 0x0>;
+               reset-gpios = <&gpio 0x0 GPIO_ACTIVE_LOW>;
                xlnx,num-hori-taps = <8>;
                xlnx,num-vert-taps = <8>;
                xlnx,pix-per-clk = <2>;