From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2] devicetree: pwm: mxs-pwm.txt: Fix reg field annotation Date: Tue, 21 Aug 2012 13:25:51 -0500 Message-ID: <5033D2AF.8010401@gmail.com> References: <1345564243-30085-1-git-send-email-fabio.estevam@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1345564243-30085-1-git-send-email-fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Fabio Estevam Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org 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 > --- 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>; > }; >