commit | 53a0cf52e1e3c4300a9af7796fc9ecbab7ed01c2 | [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 | 64a12bf39f8289ce84147720bec73d3bfd33283f [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>