From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 25 Mar 2008 19:27:30 -0500 Subject: [U-Boot-Users] [PATCH 6/7] 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role In-Reply-To: <20080314202018.GF22581@localhost.localdomain> References: <20080314202018.GF22581@localhost.localdomain> Message-ID: <20080325192730.7ebc4509.kim.phillips@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 Fri, 14 Mar 2008 23:20:18 +0300 Anton Vorontsov wrote: > Linux understands "host" (default), "peripheral" and "otg" (broken). > Though, U-Boot doesn't restrict dr_mode variable to these values (think > of renames in future). > > Signed-off-by: Anton Vorontsov > --- > board/freescale/mpc837xerdb/mpc837xerdb.c | 1 + > common/fdt_support.c | 25 +++++++++++++++++++++++++ > include/configs/MPC837XERDB.h | 1 + > include/fdt_support.h | 6 ++++++ > 4 files changed, 33 insertions(+), 0 deletions(-) > applied, thanks. Kim