From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:42:57 -0800 Subject: [U-Boot] [PATCH 6/9 v2] board/t1024qds: update pin multiplexing In-Reply-To: <1416820321-43623-6-git-send-email-Shengzhou.Liu@freescale.com> References: <1416820321-43623-1-git-send-email-Shengzhou.Liu@freescale.com> <1416820321-43623-6-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5481E091.7030002@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/24/2014 01:11 AM, Shengzhou Liu wrote: > Add multiplexing support among SPI flash, TDM riser card and SDXC. > it routes SPI pins to SPI flash by default. > Route SPI pins to SD slot if "adaptor=sdxc" is set in hwconfig. > Route SPI pins to TDM riser card and do fixup for dts if "pin_mux=tdm" > is set in hwconfig. > > Signed-off-by: Shengzhou Liu > Signed-off-by: Xie Xiaobo > Signed-off-by: Zhao Qiang > --- > v2: refine commit message. > Applied to u-boot-mpc85xx, awaiting upstream. York