commit | ea2acc023035e1e9b3fce9d7834a7888fbb54c9f | [log] [tgz] |
---|---|---|
author | Vincent Siles <vincent.siles@provenrun.com> | Fri Apr 22 09:52:06 2016 +0200 |
committer | York Sun <york.sun@nxp.com> | Wed May 18 08:51:44 2016 -0700 |
tree | dd68a9534e878189cb44c5b77990e16690929ef6 | |
parent | b8c5b0d4705d55db59f1213774fa18dedca36f8b [diff] |
arm: Fix SCFG ICID reg addresses On the LS102x boards, in order to initialize the ICID values of masters, the dev_stream_id array holds absolute offsets from the base of SCFG. In ls102xa_config_ssmu_stream_id, the base pointer is cast to uint32_t * before adding the offset, leading to an invalid address. Casting it to void * solves the issue. Signed-off-by: Vincent Siles <vincent.siles@provenrun.com> Reviewed-by: York Sun <york.sun@nxp.com>