]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - Documentation/devicetree/bindings/pwm/mxs-pwm.txt
Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for...
[can-eth-gw-linux.git] / Documentation / devicetree / bindings / pwm / mxs-pwm.txt
index b16f4a57d1116756b750a9f5523e1b1c19352ba2..9e3f8f1d46a26642577177806d5f94f2db2b91a1 100644 (file)
@@ -4,14 +4,14 @@ Required properties:
 - compatible: should be "fsl,imx23-pwm"
 - reg: physical base address and length of the controller's registers
 - #pwm-cells: should be 2.  The first cell specifies the per-chip index
-  of the PWM to use and the second cell is the duty cycle in nanoseconds.
+  of the PWM to use and the second cell is the period in nanoseconds.
 - fsl,pwm-number: the number of PWM devices
 
 Example:
 
 pwm: pwm@80064000 {
        compatible = "fsl,imx28-pwm", "fsl,imx23-pwm";
-       reg = <0x80064000 2000>;
+       reg = <0x80064000 0x2000>;
        #pwm-cells = <2>;
        fsl,pwm-number = <8>;
 };