Re: [U-Boot] [PATCH] armv8: fsl: Enable USB only when SYSCLK is 100 MHz

2016-10-09 Thread york sun
On 10/03/2016 03:55 AM, Sriram Dash wrote: > SYSCLK is used as a reference clock for USB. When the USB controller > is used, SYSCLK must meet the additional requirement of 100 MHz. > > Signed-off-by: Sriram Dash > --- Applied to fsl-qoriq master, awaiting upstream. Thanks.

[U-Boot] [PATCH] armv8: fsl: Enable USB only when SYSCLK is 100 MHz

2016-10-03 Thread Sriram Dash
SYSCLK is used as a reference clock for USB. When the USB controller is used, SYSCLK must meet the additional requirement of 100 MHz. Signed-off-by: Sriram Dash --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 20 1 file changed, 20 insertions(+) diff