commit | 209e00d4d841498060fc6720e45837bf5fc2fef0 | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | Wed Oct 07 00:36:54 2020 -0600 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 27 08:13:31 2020 +0100 |
tree | 76c455a825112f19fc531dd681e50c54c856f252 | |
parent | e539c266058614e8f990f69768f9b2984285c745 [diff] |
arm64: versal: Update mini u-boot eMMC node parameters Mini u-boot eMMC dt parameters are not in sync with full u-boot dt. Frequency for eMMC is fixed to 25Mhz. Due to this, mmc multi-block write commands are failing. Increase frequency to 200Mhz to fix this issue. Add bus-width = <8>, non-removable and disable-wp properties to the node as this is eMMC. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>