From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 2 Sep 2015 10:23:08 -0500 Subject: [U-Boot] [v2] net/fman: Support both new and legacy FMan Compatibles In-Reply-To: <1439898425-21488-1-git-send-email-igal.liberman@freescale.com> References: <1439898425-21488-1-git-send-email-igal.liberman@freescale.com> Message-ID: <55E7145C.8050809@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/18/2015 06:47 AM, Igal.Liberman wrote: > From: Igal Liberman > > 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/powerpc/fsl/fman.txt > > This patch doesn't affect legacy compatibles support. > > Signed-off-by: Igal Liberman > > v1 --- v2: > - Changed the subject of the patch > v1: https://patchwork.ozlabs.org/patch/473501/ > - Added Support to both new and legacy FMan compatibles > Applied to u-boot-mpc85xx master. Awaiting upstream. York