diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-21 12:50:43 -0300 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-06 11:01:43 -0500 |
commit | 7185fcc62d73d2a3ea33977007854b03a5a42404 (patch) | |
tree | c25e27966fd6ffa80cbe48d015bec5120128a492 /Documentation/devicetree/bindings/pwm/mxs-pwm.txt | |
parent | 5d61b165c892853f2daf6220d2ec6577487e273a (diff) | |
download | blackbird-obmc-linux-7185fcc62d73d2a3ea33977007854b03a5a42404.tar.gz blackbird-obmc-linux-7185fcc62d73d2a3ea33977007854b03a5a42404.zip |
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/mxs-pwm.txt')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/mxs-pwm.txt | 2 |
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 b16f4a57d111..11963e4d6bc4 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>; }; |