devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2] devicetree: pwm: mxs-pwm.txt: Fix reg field annotation
       [not found] ` <1345564243-30085-1-git-send-email-fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2012-08-21 18:25   ` Rob Herring
  0 siblings, 0 replies; only message in thread
From: Rob Herring @ 2012-08-21 18:25 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

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-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> ---

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@80064000 {
>  	compatible = "fsl,imx28-pwm", "fsl,imx23-pwm";
> -	reg = <0x80064000 2000>;
> +	reg = <0x80064000 0x2000>;
>  	#pwm-cells = <2>;
>  	fsl,pwm-number = <8>;
>  };
> 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-21 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1345564243-30085-1-git-send-email-fabio.estevam@freescale.com>
     [not found] ` <1345564243-30085-1-git-send-email-fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2012-08-21 18:25   ` [PATCH v2] devicetree: pwm: mxs-pwm.txt: Fix reg field annotation Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).