commit | 90f06e9d20a402311b89b08eff5e1e0f2c987840 | [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 | 44d2be8d6aa5b73a8d8ca1b1d36d2e1e794f449d [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>