Re: [U-Boot] [PATCH 4/4] dm: omap: Fix serial UART on beaglebone black

2015-12-06 Thread Simon Glass
Hi Tom, On 6 December 2015 at 06:17, Tom Rini wrote: > > On Fri, Dec 04, 2015 at 08:58:40AM -0700, Simon Glass wrote: > > > This is currently broken since it does not have the reg-shift property for > > the UART in the device tree. Fix it. > > > > Reported-by: Yegor Yefremov > > Signed-off-by: S

Re: [U-Boot] [PATCH 4/4] dm: omap: Fix serial UART on beaglebone black

2015-12-06 Thread Tom Rini
On Fri, Dec 04, 2015 at 08:58:40AM -0700, Simon Glass wrote: > This is currently broken since it does not have the reg-shift property for > the UART in the device tree. Fix it. > > Reported-by: Yegor Yefremov > Signed-off-by: Simon Glass OK, this isn't enough. Both this patch, and Mugunthan's

Re: [U-Boot] [PATCH 4/4] dm: omap: Fix serial UART on beaglebone black

2015-12-04 Thread Thomas Chou
On 2015年12月04日 23:58, Simon Glass wrote: This is currently broken since it does not have the reg-shift property for the UART in the device tree. Fix it. Reported-by: Yegor Yefremov Signed-off-by: Simon Glass --- arch/arm/dts/am33xx.dtsi | 6 ++ 1 file changed, 6 insertions(+) Acke

[U-Boot] [PATCH 4/4] dm: omap: Fix serial UART on beaglebone black

2015-12-04 Thread Simon Glass
This is currently broken since it does not have the reg-shift property for the UART in the device tree. Fix it. Reported-by: Yegor Yefremov Signed-off-by: Simon Glass --- arch/arm/dts/am33xx.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/