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

2018-08-03 Thread Qiang Zhao
On 08/02/2018 23:26 PM, York Sun wrote: > On 08/01/2018 02:50 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 ca

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

2018-08-02 Thread Joe Hershberger
On Wed, Aug 1, 2018 at 4:48 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: > ./Docume

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

2018-08-02 Thread York Sun
On 08/01/2018 02:50 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: > ./Documentation/d

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

2018-08-01 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: ./Documentation/devicetree/bindings/net/fsl-fman.txt This patch doesn'