Re: [U-Boot] [v2 patch] net: fman: Support both new and legacy FMan Compatibles

2018-08-23 Thread Qiang Zhao
On 08/23/2018 23:20 PM, York Sun wrote: >> -if (ft_fixup_port(blob, &fm_info[i], "fsl,fman-tgec")) >> +if (ft_fixup_port(blob, &fm_info[i], "fsl,fman-tgec") && >> +ft_fixup_port(blob, &fm_info[i], "fsl,fman-xgec")) >Is this logic cor

Re: [U-Boot] [v2 patch] net: fman: Support both new and legacy FMan Compatibles

2018-08-23 Thread York Sun
On 08/06/2018 12:16 AM, Zhao Qiang wrote: > Recently the FMan Port and MAC compatibles were changed. > This patch aligns the FMan Port and MAC compatibles > to the new FMan device tree binding document. > The FMan device tree binding document can be found in the Linux > kernel: > version 3.18.0 >

Re: [U-Boot] [v2 patch] net: fman: Support both new and legacy FMan Compatibles

2018-08-06 Thread Joe Hershberger
On Mon, Aug 6, 2018 at 2:14 AM, Zhao Qiang wrote: > Recently the FMan Port and MAC compatibles were changed. > This patch aligns the FMan Port and MAC compatibles > to the new FMan device tree binding document. > The FMan device tree binding document can be found in the Linux > kernel: > version

[U-Boot] [v2 patch] net: fman: Support both new and legacy FMan Compatibles

2018-08-06 Thread Zhao Qiang
Recently the FMan Port and MAC compatibles were changed. This patch aligns the FMan Port and MAC compatibles to the new FMan device tree binding document. The FMan device tree binding document can be found in the Linux kernel: version 3.18.0 commit 297d35fd2a7d3fbd4e5c0f0c1c18213117ba11ba ./Docume