]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
devicetree: pwm: mxs-pwm.txt: Fix reg field annotation
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 21 Aug 2012 15:50:43 +0000 (12:50 -0300)
committerRob Herring <rob.herring@calxeda.com>
Thu, 6 Sep 2012 16:01:43 +0000 (11:01 -0500)
In the reg field we should annotate the register address space in hexadecimal
format.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Documentation/devicetree/bindings/pwm/mxs-pwm.txt

index b16f4a57d1116756b750a9f5523e1b1c19352ba2..11963e4d6bc478a6e70e20aa1f06a32a759dee90 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>;
 };