From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:06:20 -0800 Subject: [U-Boot] [PATCH v3] ls1021aqds: add hwconfig setting to do pin mux In-Reply-To: <1416984873-31495-1-git-send-email-yao.yuan@freescale.com> References: <1416984873-31495-1-git-send-email-yao.yuan@freescale.com> Message-ID: <5489EB2C.1040209@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/25/2014 10:54 PM, Yuan Yao wrote: > The Freescale LS1021AQDS share some pins, so Add the hwconfig option > that allows the user to choose which the function he wants. > > The main pin mux IP is: > eSDHC, SAI, IIC2, RGMII, CAN, SAI. > > Signed-off-by: Yuan Yao > --- > Changed in v3: > - Add the change log in comment section. > - Use #define instead of magic numbers and computation. > Changed in v2: > - Rebase to latest u-boot. Applied to u-boot-fsl-qoriq master, awaiting upstream. York