From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:14:08 +0100 Subject: [U-Boot] [PATCH v6 10/18] tegra: usb: fdt: Add additional device tree definitions for USB ports In-Reply-To: <1328288907-16725-11-git-send-email-sjg@chromium.org> References: <1328288907-16725-11-git-send-email-sjg@chromium.org> Message-ID: <201202270014.09174.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > This adds clock references to the USB part of the device tree for U-Boot, > and marks USB1 as supporting legacy mode (which we disable in the driver). > > The USB timing information may vary between boards sometimes, but for > now we hard-code it in C. This is because all current T2x boards use > the same values, we will deal with T3x later and we first need to agree > on the format for this timing information in the fdt and may in fact > decide that it has no place there. > Hi, what's the status of this patch/patchset? Thanks M