RE: [PATCH] Add a vga alias node for P1022

2013-11-13 Thread Zhengxiong Jin
> > > > > > When the vga was set as the stdout and stderr in u-boot, the stdout > > > fixup code in u-boot need to find out the vga alias node in dtb. > > > > > > Signed-off-by: Jason Jin > > > --- > > > arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | 2 +- > > > arch/powerpc/boot/dts/fsl/p1022si-p

Re: [PATCH] Add a vga alias node for P1022

2013-11-13 Thread Scott Wood
org; Jin > > Zhengxiong-R64188 > > Subject: [PATCH] Add a vga alias node for P1022 > > > > From: Jason Jin > > > > When the vga was set as the stdout and stderr in u-boot, the stdout fixup > > code in u-boot need to find out the vga alias node in dtb. > >

RE: [PATCH] Add a vga alias node for P1022

2013-11-12 Thread Zhengxiong Jin
> -Original Message- > From: Jin Zhengxiong-R64188 > Sent: Friday, September 06, 2013 5:33 PM > To: Wood Scott-B07421 > Cc: linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org; Jin > Zhengxiong-R64188 > Subject: [PATCH] Add a vga alias node for P1022 > >

[PATCH] Add a vga alias node for P1022

2013-09-06 Thread Jason Jin
From: Jason Jin When the vga was set as the stdout and stderr in u-boot, the stdout fixup code in u-boot need to find out the vga alias node in dtb. Signed-off-by: Jason Jin --- arch/powerpc/boot/dts/fsl/p1022si-post.dtsi | 2 +- arch/powerpc/boot/dts/fsl/p1022si-pre.dtsi | 1 + 2 files chang