Hi Vikash,<snip>
On 07/04/2018 10:06 PM, Vikash Garodia wrote:
Ok.
#define VENUS_PAS_ID 9
-#define VENUS_FW_MEM_SIZE (6 * SZ_1M)
+#define VENUS_FW_MEM_SIZE (5 * SZ_1M)
This change should be subject to a separate patch.
<snip>
+ writel_relaxed(reg, reg_base + WRAPPER_A9SS_SW_RESET);
+
+ /* Make sure reset is asserted before the mapping is removed */
+ mb();
mb() is used for compiler barrier as far as I know, isn't better to just
read the register and keep the comment?