Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-25 Thread Arnd Bergmann
On Thursday 25 September 2014 08:06:27 Jingchang Lu wrote: > > Libfdt doesn't provide way to find a node by label. Label is just a shortcut > to > a full absolute path, it's useful in device tree source reference, but is hard > to find a label after build to dtb. Aliases just provide the way to s

RE: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-25 Thread Jingchang Lu
;Chao-B44548 >Subject: Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts >support > >On Wednesday 24 September 2014 11:00:34 Jingchang Lu wrote: >> >> We also do the phy-handle fixup on our PowerPC platform based on the >> aliases, and so I adopt the sa

Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-24 Thread Arnd Bergmann
On Wednesday 24 September 2014 11:00:34 Jingchang Lu wrote: > > We also do the phy-handle fixup on our PowerPC platform based on the aliases, > and so I adopt the same way to make these fixup consistent between SoCs. > And the u-boot fdt fixup code base on the aliases has been upstreamed, so may >

RE: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-24 Thread Jingchang Lu
;Chao-B44548 >Subject: Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts >support > >On Wednesday 24 September 2014 05:47:53 Jingchang Lu wrote: >> >> The ethernet device nodes already have the phy-handle properties to >their mdio nodes. >> >> The al

Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-24 Thread Arnd Bergmann
On Wednesday 24 September 2014 05:47:53 Jingchang Lu wrote: > > The ethernet device nodes already have the phy-handle properties to their > mdio nodes. > > The alias for PHY nodes here is: > The ethernet has two kind of PHY interface, one is SGMII, and the other is > RGMII, > The selection is

RE: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-23 Thread Jingchang Lu
o-B44548 >Subject: Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts >support > >On Monday 22 September 2014 15:45:49 Jingchang Lu wrote: >> @@ -0,0 +1,117 @@ >> +/* >> + * Copyright 2013-2014 Freescale Semiconductor, Inc. >> + * >> + * This prog

Re: [PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-23 Thread Arnd Bergmann
On Monday 22 September 2014 15:45:49 Jingchang Lu wrote: > @@ -0,0 +1,117 @@ > +/* > + * Copyright 2013-2014 Freescale Semiconductor, Inc. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > +

[PATCHv4 3/6] ARM: dts: Add initial LS1021A TWR board dts support

2014-09-22 Thread Jingchang Lu
Signed-off-by: Chen Lu Signed-off-by: Chao Fu Signed-off-by: Jingchang Lu --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/ls1021a-twr.dts | 117 ++ 2 files changed, 118 insertions(+) create mode 100755 arch/arm/boot/dts/ls1021a-twr.dts diff