From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Marginean Date: Fri, 12 Jul 2019 14:48:46 +0300 Subject: [U-Boot] [PATCH v4 3/4] configs: ls1028a: enable DM support for pcf2127 rtc In-Reply-To: <20190710131652.28358-3-chuanhua.han@nxp.com> References: <20190710131652.28358-1-chuanhua.han@nxp.com> <20190710131652.28358-3-chuanhua.han@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7/10/2019 4:16 PM, Chuanhua Han wrote: > Enable related configs to support pcf2127 rtc DM feature for > ls1028ardb board. > > Signed-off-by: Chuanhua Han > --- > depends on: > - https://patchwork.ozlabs.org/project/uboot/list/?series=113364 > - https://patchwork.ozlabs.org/project/uboot/list/?series=110856 > - https://patchwork.ozlabs.org/project/uboot/list/?series=109677 > > Changes in v4: > - Add configuration options for i2c dm to set default bus number Settings. > Changes in v3: > - No change. > Changes in v2: > - Enable secure boot defconfig to support pcf2127 rtc DM > feature for ls1028ardb board. > > configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 11 ++++++++++- > configs/ls1028ardb_tfa_defconfig | 11 ++++++++++- > 2 files changed, 20 insertions(+), 2 deletions(-) > Reviewed-by: Alex Marginean