Skip to content

Commit

Permalink
devicetree: pwm: mxs-pwm.txt: Fix reg field annotation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Rob Herring committed Sep 6, 2012
1 parent 5d61b16 commit 7185fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/pwm/mxs-pwm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

0 comments on commit 7185fcc

Please sign in to comment.