From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Jun 2016 22:04:43 -0700 Subject: [U-Boot] [PATCH v3 3/3] Fix ICID setup In-Reply-To: <1463575274-23715-3-git-send-email-vincent.siles@provenrun.com> References: <1463575274-23715-1-git-send-email-vincent.siles@provenrun.com> <1463575274-23715-3-git-send-email-vincent.siles@provenrun.com> Message-ID: <5752616B.5010502@nxp.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 05/18/2016 05:42 AM, Vincent Siles wrote: > LS102A ref manual dictates that ICID have to be written to the MSB > of the ICID register, not to the LSB. > > Signed-off-by: Vincent Siles > --- > > Changes in v3: > - Fix another issue with ICID setup: the value is not written at the > correct location (LSB instead of MSB) > > Changes in v2: > - Casting to void * instead of u8 * > - Splitted commit into two seperate ones > > board/freescale/common/ls102xa_stream_id.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Applied to fsl-qoriq master branch. Awaiting upstream. Thanks. York