
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@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/chose...
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(-)