From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhuvanchandra DV Date: Thu, 17 Mar 2016 20:53:35 +0530 Subject: [U-Boot] [PATCH 0/3] Fix multipe typos "choosen" instead of "chosen" in dts/code In-Reply-To: <56EACB35.6080009@lauterbach.com> References: <1458225887-16859-1-git-send-email-alexander.merkle@lauterbach.com> <56EAC7EF.6000306@toradex.com> <56EACB35.6080009@lauterbach.com> Message-ID: <56EACBF7.3020707@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/17/2016 08:50 PM, Alexander Merkle wrote: > Hi, > > may be the subject is misleading. The DTS/DTB entry should be named > "chosen" > but it was "choosen" with "oo" in the git master. Have a look to the > commits. My bad! got it. > > diff --git a/arch/arm/dts/vf610-twr.dts b/arch/arm/dts/vf610-twr.dts > index a4ccbcb..237aa8d 100644 > --- a/arch/arm/dts/vf610-twr.dts > +++ b/arch/arm/dts/vf610-twr.dts > @@ -11,7 +11,7 @@ > model = "VF610 Tower Board"; > compatible = "fsl,vf610-twr", "fsl,vf610"; > > - choosen { > + chosen { > stdout-path = &uart1; > }; > > Regards, > > Alex > > Alexander Merkle > System Engineer > Lauterbach GmbH > Altlaufstra?e 40 > 85635 Hoehenkirchen-Siegertsbrunn > Germany > Tel +49 8102 9876-147 > mailto:alexander.merkle at lauterbach.com > http://www.lauterbach.com > > On 17.03.2016 16:06, Bhuvanchandra DV wrote: >> On 03/17/2016 08:14 PM, Alexander Merkle wrote: >>> >>> The dts files for NXP/Freescale Vybrid series were broken. >>> Fixed some other typos in comments & printfs to. >> >> I guess this is not typo the node name is 'chosen'. >> Some documentation is here[1]. >> >> [1] >> http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/chosen.txt >> >> >> >>> >>> >>> Alexander Merkle (3): >>> Fix typo in chosen parameter in vf610-twr.dts >>> Fix typo in chosen parameter of pcm052.dts >>> Fix typo choosen in comments and printf logs >>> >>> arch/arm/dts/pcm052.dts | 2 +- >>> arch/arm/dts/vf610-twr.dts | 2 +- >>> common/menu.c | 2 +- >>> drivers/ddr/fsl/lc_common_dimm_params.c | 4 ++-- >>> 4 files changed, 5 insertions(+), 5 deletions(-) >>> >> -- Best regards, Bhuvan