From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:39:05 -0800 Subject: [U-Boot] [PATCH] powerpc/hydra: Update MDIO mux fixups In-Reply-To: <1416280314-3086-1-git-send-email-Chunhe.Lan@freescale.com> References: <1416280314-3086-1-git-send-email-Chunhe.Lan@freescale.com> Message-ID: <5481DFA9.7060804@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 11/17/2014 07:11 PM, Chunhe Lan wrote: > The new device trees use a more generic interface for > supporting muxing mdio buses. The mux property is thus > specified in "reg", rather than "fsl,hydra-mdio-muxval". > > In order to support using old device trees, we keep the > old fixup in there. Linux will therefore see the both > properties, but will ignore fsl,hydra-mdio-muxval. > > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx, awaiting upstream. York