From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 5 Dec 2015 13:54:25 +0800 Subject: [U-Boot] [PATCH 4/4] dm: omap: Fix serial UART on beaglebone black In-Reply-To: <1449244720-19253-4-git-send-email-sjg@chromium.org> References: <1449244720-19253-1-git-send-email-sjg@chromium.org> <1449244720-19253-4-git-send-email-sjg@chromium.org> Message-ID: <56627C11.9080700@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(+) > Acked-by: Thomas Chou