From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 30 May 2017 21:50:25 -0600 Subject: [U-Boot] [PATCH 06/11] drivers: usb: common: add support to get maximum speed from dt In-Reply-To: <20170523115546.399-7-vigneshr@ti.com> References: <20170523115546.399-1-vigneshr@ti.com> <20170523115546.399-7-vigneshr@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 May 2017 at 05:55, Vignesh R wrote: > From: Mugunthan V N > > Add support to get maximum speed from dt so that usb drivers > makes use of it for DT parsing. > > Signed-off-by: Mugunthan V N > Signed-off-by: Vignesh R > --- > drivers/usb/common/common.c | 29 +++++++++++++++++++++++++++++ > include/linux/usb/otg.h | 9 +++++++++ > scripts/Makefile.spl | 1 + > 3 files changed, 39 insertions(+) Reviewed-by: Simon Glass