commit | 95f68bc4980ea2404fd5b3849b83bb15c08b0a50 | [log] [tgz] |
---|---|---|
author | Krishna Reddy <vdumpa@nvidia.com> | Sun Dec 17 16:21:47 2017 -0800 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Jan 17 10:31:35 2020 +0000 |
tree | 1887581b7d59bd1388f61e189e052534f391eab4 | |
parent | c766adce6592352a6c22a048364e6ed688784514 [diff] |
Tegra194: memctrl: fix bug in client order id reg value generation Client order id reset values are incorrectly and'ed with mc_client_order_id macro, which resulted in getting reg value as always zero. Updated mc_client_order_id macro to avoid and'ing outside the macro, to take the reg value and update specific bit field as necessary. Change-Id: I880be6e4291d7cd58cf70d7c247a4044e57edd9e Signed-off-by: Krishna Reddy <vdumpa@nvidia.com>