From: Fabio Estevam Date: Tue, 21 Aug 2012 15:50:43 +0000 (-0300) Subject: devicetree: pwm: mxs-pwm.txt: Fix reg field annotation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7185fcc62d73d2a3ea33977007854b03a5a42404;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Rob Herring --- 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>; };