Re: [U-Boot] [PATCH] mx6: support i.MX6UL speed grading reading from OTP bits

2016-07-13 Thread Stefano Babic
Hi Hector, On 20/06/2016 16:14, Hector Palacios wrote: > i.MX6UL defines speed grading in OCOTP register 0x440[17:16] > as follows: > 00 reserved > 01 528MHz > 10 700MHz > 11 reserved > > This commit removes the constants (which had the speed hardcoded > in the

[U-Boot] [PATCH] mx6: support i.MX6UL speed grading reading from OTP bits

2016-06-20 Thread Hector Palacios
i.MX6UL defines speed grading in OCOTP register 0x440[17:16] as follows: 00 reserved 01 528MHz 10 700MHz 11 reserved This commit removes the constants (which had the speed hardcoded in their names) and uses values instead. Signed-off-by: Hector Palacios --- a