All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuanhua Han <chuanhua.han@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [EXT] Re: [PATCH 2/4] configs: ls1028aqds: Enable DM support for pcf2127 rtc
Date: Mon, 15 Jul 2019 07:20:23 +0000	[thread overview]
Message-ID: <AM6PR04MB435778C87D94C08D7F5A02E897CF0@AM6PR04MB4357.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <5225e627-f8c8-9bdc-898a-a55adbf404f9@gmail.com>



> -----Original Message-----
> From: Alex Marginean <alexm.osslist@gmail.com>
> Sent: 2019年7月15日 15:16
> To: Chuanhua Han <chuanhua.han@nxp.com>; Prabhakar Kushwaha
> <prabhakar.kushwaha@nxp.com>; albert.u.boot at aribaud.net; Andy Tang
> <andy.tang@nxp.com>; Sudhanshu Gupta <sudhanshu.gupta@nxp.com>;
> Harninder Rai <harninder.rai@nxp.com>; Rajesh Bhagat
> <rajesh.bhagat@nxp.com>
> Cc: u-boot at lists.denx.de
> Subject: [EXT] Re: [U-Boot] [PATCH 2/4] configs: ls1028aqds: Enable DM
> support for pcf2127 rtc
> 
> Caution: EXT Email
> 
> On 7/10/2019 10:48 AM, Chuanhua Han wrote:
> > Enable related configs on all ls1028aqds boards to support pcf2127 rtc
> > DM function.
> >
> > Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
> > ---
> > depends on:
> >       -
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatchwo
> rk.ozlabs.org%2Fproject%2Fuboot%2Flist%2F%3Fseries%3D117203&amp;data
> =02%7C01%7Cchuanhua.han%40nxp.com%7C817d847ff0354fbe1aad08d708f
> 44625%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6369877175
> 48591048&amp;sdata=opbvJeeagqt4bcMU6afno3a6d6QwSFphkfTs2324eDI%
> 3D&amp;reserved=0
> >       -
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatchwo
> rk.ozlabs.org%2Fproject%2Fuboot%2Flist%2F%3Fseries%3D117224&amp;data
> =02%7C01%7Cchuanhua.han%40nxp.com%7C817d847ff0354fbe1aad08d708f
> 44625%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6369877175
> 48601042&amp;sdata=3JzYgVuNprnWXXg41y%2Bpb4GJTVzmbt4McAwJnZx2v
> tY%3D&amp;reserved=0
> >       -
> > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatch
> >
> work.ozlabs.org%2Fproject%2Fuboot%2Flist%2F%3Fseries%3D118231&amp;d
> ata
> >
> =02%7C01%7Cchuanhua.han%40nxp.com%7C817d847ff0354fbe1aad08d708f
> 44625%7
> >
> C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63698771754860104
> 2&amp;sda
> >
> ta=ilmiN7mqR8pyUEzLLhnwWPpSfm0uV%2BQBbxyCZESXkpA%3D&amp;reser
> ved=0
> >
> >   configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 11 ++++++++++-
> >   configs/ls1028aqds_tfa_defconfig             | 11 ++++++++++-
> >   2 files changed, 20 insertions(+), 2 deletions(-)
> >
> 
> date command doesn't seem to work at my end:
> => date
> wait_for_sr_state: Arbitration lost sr=92 cr=0 state=2020
> i2c_init_transfer: failed for chip 0x51 retry=0
> wait_for_sr_state: Arbitration lost sr=92 cr=0 state=2020
> i2c_init_transfer: failed for chip 0x51 retry=1
> wait_for_sr_state: Arbitration lost sr=92 cr=0 state=2020
> i2c_init_transfer: failed for chip 0x51 retry=2
> i2c_init_transfer: give up i2c_regs=0x2010000 ## Get date failed
No, You need to apply the fix pcf2127-rtc patch first.
http://patchwork.ozlabs.org/patch/1128859/

> 
> other than that it looks OK.
> 
> Reviewed-by: Alex Marginean <alexm.osslist@gmail.com>
> Tested-by: Alex Marginean <alexm.osslist@gmail.com>

  reply	other threads:[~2019-07-15  7:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-10  7:48 [U-Boot] [PATCH 1/4] armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT Chuanhua Han
2019-07-10  7:48 ` [U-Boot] [PATCH 2/4] configs: ls1028aqds: Enable DM support for pcf2127 rtc Chuanhua Han
2019-07-15  7:15   ` Alex Marginean
2019-07-15  7:20     ` Chuanhua Han [this message]
2019-07-15  8:09       ` [U-Boot] [EXT] " Alex Marginean
2019-07-15  8:13         ` Chuanhua Han
2019-07-10  7:48 ` [U-Boot] [PATCH 3/4] armv8: dts: ls1028aqds: Add pca9547 node under the i2c0 controller Chuanhua Han
2019-07-15  7:16   ` Alex Marginean
2019-08-22  8:33     ` Prabhakar Kushwaha
2019-07-10  7:48 ` [U-Boot] [PATCH 4/4] armv8: dts: ls1028aqds: Add pcf2127 node under i2c1 Chuanhua Han
2019-07-15  7:17   ` Alex Marginean
2019-08-22  8:33     ` Prabhakar Kushwaha
2019-07-15  7:13 ` [U-Boot] [PATCH 1/4] armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT Alex Marginean
2019-08-22  8:33   ` Prabhakar Kushwaha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM6PR04MB435778C87D94C08D7F5A02E897CF0@AM6PR04MB4357.eurprd04.prod.outlook.com \
    --to=chuanhua.han@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.