commit | d4472c8320028c758779554f84a2bcb1346c6d16 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | Tue Nov 27 09:46:59 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Mon Dec 03 14:26:35 2018 +0300 |
tree | e10f1d7f4ad499d6559d6e4cd1fb6eddb39297bb | |
parent | 1addfe5cbbf50beccc4d0e633ae688b780e2fb28 [diff] |
arc: emsdp: Read real CPU clock value from hardware We do real CPU clock measurement with help of built-in counters. Thus we may accommodate different real clock values that appear in different FPA images instead of relying on something hard-coded in the .dtb. And while at it make make SDIO base address define look similar to others with casting to "(void *)". Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>