From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Mon, 30 Nov 2015 11:37:41 +0530 Subject: [U-Boot] [PATCH] ns16550: change reg-shift property default to zero In-Reply-To: <1448776863-13789-1-git-send-email-thomas@wytron.com.tw> References: <1448776863-13789-1-git-send-email-thomas@wytron.com.tw> Message-ID: <565BE7AD.7000906@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday 29 November 2015 11:31 AM, Thomas Chou wrote: > Change reg-shift property default to zero. When the integer property > is missing, it should be taken as zero. This is consistent to Linux > drivers/tty/serial/of_serial.c. > > The x86 and most powerpc use reg-shift of 0. Most others use reg-shift > of 2. While reg-shift of 1 is rarely used. > > Signed-off-by: Thomas Chou Reviewed-by: Mugunthan V N Regards Mugunthan V N