Re: [U-Boot] [PATCH v2 4/4] mmc: zynq: Add fdt max-frequency support

2016-11-27 Thread Michal Simek
On 25.11.2016 14:59, Stefan Herbrechtsmeier wrote: > The maximum supported peripheral clock frequency of the zynq depends on > the IO routing. The MIO and EMIO support a maximum frequency of 50 MHz > respectively 25 MHz. Use the max-frequency value of the device tree to > determine the maximal supp

[U-Boot] [PATCH v2 4/4] mmc: zynq: Add fdt max-frequency support

2016-11-25 Thread Stefan Herbrechtsmeier
The maximum supported peripheral clock frequency of the zynq depends on the IO routing. The MIO and EMIO support a maximum frequency of 50 MHz respectively 25 MHz. Use the max-frequency value of the device tree to determine the maximal supported peripheral clock frequency. Signed-off-by: Stefan He