[PATCH v2] devicetree: pwm: mxs-pwm.txt: Fix reg field annotation

Rob Herring robherring2 at gmail.com
Wed Aug 22 04:25:51 EST 2012


On 08/21/2012 10:50 AM, Fabio Estevam wrote:
> In the reg field we should annotate the register address space in hexadecimal
> format.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---

Applied for 3.7.

Rob

> Change since v1:
> - Fix subject to include 'pwm: mxs-pwm.txt'
> 
>  Documentation/devicetree/bindings/pwm/mxs-pwm.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/mxs-pwm.txt b/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
> index b16f4a5..11963e4 100644
> --- a/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
> +++ b/Documentation/devicetree/bindings/pwm/mxs-pwm.txt
> @@ -11,7 +11,7 @@ Example:
>  
>  pwm: pwm at 80064000 {
>  	compatible = "fsl,imx28-pwm", "fsl,imx23-pwm";
> -	reg = <0x80064000 2000>;
> +	reg = <0x80064000 0x2000>;
>  	#pwm-cells = <2>;
>  	fsl,pwm-number = <8>;
>  };
> 


More information about the devicetree-discuss mailing list