commit | b10a60741fb156d3d8dc3bee6e2b1dad52afd794 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Aug 24 11:51:46 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Sep 04 11:54:20 2015 +0200 |
tree | 3f0a5852eb26deb9a2da0808cb219d36a48c5bcc | |
parent | 17497239ee2838fb386d53a966dde39c83e7f2de [diff] |
arm: socfpga: Assure ISWGRP 0 and 1 are inited This fix makes sure that the ISWGRP0 and ISWGRP1 registers are correctly inited. In case those registers are not initialized, it is not possible to access the registers synthesised in the FPGA through the bridges. Any such access produces data abort. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>