commit | 1ea975010df4dd1568361db3cd699860f73e750d | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Fri Mar 01 20:12:30 2019 +0100 |
committer | Marek Vasut <marex@denx.de> | Wed Apr 17 22:20:16 2019 +0200 |
tree | 4e5a7731a8e197c2d314ad0b3f8ca8d4d6839a0a | |
parent | 7357c2cbc0b4c4c0cf2d6fa1253cda6f77cf06da [diff] |
reset: socfpga: rename membase ptr to modrst_base The only member of this driver's priv struct is a pointer, which is called 'membase'. However, since this driver handles multiple sub- architectures, this is not the base address from dts but the base address of some common registers of those sub-arches. Reflect this better in sourcecode by renaming 'membase' to 'modrst_base'. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>