devicetree: pwm: mxs-pwm.txt: Fix reg field annotation
[profile/ivi/kernel-adaptation-intel-automotive.git] / Documentation / devicetree / bindings / pwm / mxs-pwm.txt
index b16f4a5..11963e4 100644 (file)
@@ -11,7 +11,7 @@ Example:
 
 pwm: pwm@80064000 {
        compatible = "fsl,imx28-pwm", "fsl,imx23-pwm";
-       reg = <0x80064000 2000>;
+       reg = <0x80064000 0x2000>;
        #pwm-cells = <2>;
        fsl,pwm-number = <8>;
 };