aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-08-21 12:50:43 -0300
committerRob Herring <rob.herring@calxeda.com>2012-09-06 11:01:43 -0500
commit7185fcc62d73d2a3ea33977007854b03a5a42404 (patch)
treec25e27966fd6ffa80cbe48d015bec5120128a492 /Documentation/devicetree/bindings/pwm
parent5d61b165c892853f2daf6220d2ec6577487e273a (diff)
devicetree: pwm: mxs-pwm.txt: Fix reg field annotation
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>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-rw-r--r--Documentation/devicetree/bindings/pwm/mxs-pwm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/mxs-pwm.txt b/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
index b16f4a57d11..11963e4d6bc 100644
--- a/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
@@ -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>;
};