commit | 3ac05239b48c8acae370cd0f68ec5cb0150bc95c | [log] [tgz] |
---|---|---|
author | Matthias Brugger <mbrugger@suse.com> | Fri Feb 26 11:48:00 2021 +0100 |
committer | Matthias Brugger <mbrugger@suse.com> | Tue Mar 02 13:53:48 2021 +0100 |
tree | 8c457a828ee35800374088fd603436b7bd10b5ee | |
parent | 02675393d09fa851f9bd1ad747ea01db5f8214f3 [diff] |
rng: iproc_rng200: Enable support for RPi4 armv7 On the RPi4 armv7 build we have the situationt that we use physical addresses of 64 bit, while the virtual addresses are 32 bit. Remap the base address in this scenario via map_physmem(). Signed-off-by: Matthias Brugger <mbrugger@suse.com>