diff options
author | Arnd Bergmann <[email protected]> | 2019-09-18 20:54:17 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-05-07 22:55:49 +0200 |
commit | 3c816d950a494ae6e16b1fa017af29bc53cb7791 (patch) | |
tree | 122fe148c0561c77f27c90fb53b18223f4e410cf /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | fd13f8117f7a2d4054bf420ec1428e918a24a480 (diff) |
ARM: pxa: move clk register definitions to driver
The clock register definitions are now used (almost) exclusively in the
clk driver, and that relies on no other mach/*.h header files any more.
Remove the dependency on mach/pxa*-regs.h by addressing the registers
as offsets from a void __iomem * pointer, which is either passed from
a board file, or (for the moment) ioremapped at boot time from a hardcoded
address in case of DT (this should be moved into the DT of course).
Cc: [email protected]
Acked-by: Stephen Boyd <[email protected]>
Acked-by: Robert Jarzmik <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions