Re: [U-Boot] [PATCH v3 7/7] armv8: ls1046a: setup fman ports ICIDs and device tree

2018-07-10 Thread York Sun
On 07/09/2018 05:26 AM, Bharat Bhushan wrote: >> @@ -74,7 +79,12 @@ void fdt_fixup_icid(void *blob); >> CONFIG_SYS_FSL_BMAN_ADDR, \ >> CONFIG_SYS_FSL_BMAN_ADDR) >> >> +#define SET_FMAN_ICID_ENTRY(_port_id, _icid) \ >> +{ .port_id = (_port_id), .icid = (_icid) } > >

Re: [U-Boot] [PATCH v3 7/7] armv8: ls1046a: setup fman ports ICIDs and device tree

2018-07-09 Thread Bharat Bhushan
> -Original Message- > From: Laurentiu Tudor [mailto:laurentiu.tu...@nxp.com] > Sent: Wednesday, July 4, 2018 7:44 PM > To: York Sun ; Prabhakar Kushwaha > ; u-boot@lists.denx.de > Cc: Bharat Bhushan ; Laurentiu Tudor > > Subject: [PATCH v3 7/7] armv8: ls1046a: setup fman ports ICIDs and

[U-Boot] [PATCH v3 7/7] armv8: ls1046a: setup fman ports ICIDs and device tree

2018-07-04 Thread Laurentiu Tudor
Add support for ICID setting of fman ports and the required device tree fixups. Signed-off-by: Laurentiu Tudor --- arch/arm/cpu/armv8/fsl-layerscape/icid.c | 82 +++ .../arm/cpu/armv8/fsl-layerscape/ls1046_ids.c | 30 +++ .../asm/arch-fsl-layerscape/fsl_icid.h| 1