diff options
| author | Martin Blumenstingl <[email protected]> | 2018-11-22 22:40:17 +0100 | 
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2018-11-23 15:11:58 +0100 | 
| commit | a7d19b05ce817d60ae672c4c112e77892978dc3c (patch) | |
| tree | f07c890e644f817320873818cae7ee895aa412f9 /tools/perf/scripts/python/Perf-Trace-Util | |
| parent | 700ecf7f51b2d7c9bcf6a77cc5659f293219383d (diff) | |
clk: meson: meson8b: add the CPU clock post divider clocks
There are four CPU clock post dividers:
- ABP
- PERIPH (used for the ARM global timer and ARM TWD timer)
- AXI
- L2 DRAM
Each of these clocks consists of two clocks:
- a mux to select between "cpu_clk" divided by 2, 3, 4, 5, 6, 7 or 8
- a "_clk_dis" gate. The public S805 datasheet states that this should
  be set to 1 to disable the clock, the default value is 0. There is
  also a hint that these are "just in case" bits which only exist in
  case the corresponding mux implementation does not allow glitch-free
  parent changes (the muxes are designed in a way that the clock can
  stay enabled when changing the mux). It's still good practise to
  describe this clock even if we're not supposed to modify it. Thus
  this uses the read-only gate ops.
Signed-off-by: Martin Blumenstingl <[email protected]>
Acked-by: Jerome Brunet <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions