From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Marginean Date: Mon, 15 Jul 2019 10:18:42 +0300 Subject: [U-Boot] [EXT] Re: [PATCH 1/2] armv8: ls1028aqds: switch LS1028A QDS board to I2C DM In-Reply-To: <91718697-e82b-a2b3-90d4-f2a7d2665c80@gmail.com> References: <20190712112320.23994-1-alexandru.marginean@nxp.com> <91718697-e82b-a2b3-90d4-f2a7d2665c80@gmail.com> Message-ID: <3702f464-e9d9-9f76-06b1-f02bcb51b00a@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi, On 7/15/2019 9:30 AM, Alex Marginean wrote: > Hi Chuanhua, > > On 7/15/2019 5:37 AM, Chuanhua Han wrote: >> Hi, >> I have already sent the patch set of ls1028aqds i2c dm. Please check >> the patchwork link below: >> https://patchwork.ozlabs.org/project/uboot/list/?series=1187093 > > Oh, OK, I didn't see that set of patches, I'll give them a try. > The actual url is: > https://patchwork.ozlabs.org/project/uboot/list/?series=118709 The patch series from Chuanhua looks OK to, please discard these two patches form me, they duplicate changes. Thank you! Alex > > Thank you! > Alex > >> >> Thanks, >> Chuanhua >> >>> -----Original Message----- >>> From: Bin Meng >>> Sent: 2019年7月13日 11:47 >>> To: Alexandru Marginean >>> Cc: U-Boot Mailing List ; Chuanhua Han >>> >>> Subject: [EXT] Re: [U-Boot] [PATCH 1/2] armv8: ls1028aqds: switch >>> LS1028A QDS >>> board to I2C DM >>> >>> Caution: EXT Email >>> >>> On Fri, Jul 12, 2019 at 7:25 PM Alex Marginean >>> wrote: >>>> >>>> Replace legacy I2C_EARLY_INIT with dm-pre-reloc dts property. >>>> >>>> Signed-off-by: Alex Marginean >>>> --- >>>> >>>> Depends on this patch series: >>>> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc >>>> >>> hwork.ozlabs.org%2Fproject%2Fuboot%2Flist%2F%3Fseries%3D118778&d >>> at >>>> >>> a=02%7C01%7Cchuanhua.han%40nxp.com%7C1cfa23cba36241e0876208d707 >>> 44cdd6% >>>> >>> 7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636985864401799867 >>> &sd >>>> >>> ata=Uv7WjXfc7wlcJ9kNb1soveXOFH4MkTmVjL2nsBlrac0%3D&reserved=0 >>>> >>>>   arch/arm/dts/fsl-ls1028a-qds.dts | 1 + >>>>   include/configs/ls1028aqds.h     | 1 - >>>>   2 files changed, 1 insertion(+), 1 deletion(-) >>>> >>> >>> Reviewed-by: Bin Meng >>> >>> Maybe we need another separate patch to remove i2c_early_init_f() >>> call in >>> board_early_init_f() in board/freescale/ls1028a/ls1028a.c? >>> >>> Regards, >>> Bin >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> https://lists.denx.de/listinfo/u-boot >> >