diff options
author | Mikko Perttunen <[email protected]> | 2015-05-20 09:27:05 +0300 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2015-07-16 09:32:47 +0200 |
commit | 66b6f3d07454a66ec029543c653d3bce7e6cb3c1 (patch) | |
tree | bc80c1b2f500b2e0028d628a068c4bf4356992be /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | fa63aa3dea48fd18e560c232424e080a2e2c4779 (diff) |
clk: tegra: Introduce ability for SoC-specific reset control callbacks
This patch allows SoC-specific CAR initialization routines to register
their own reset_assert and reset_deassert callbacks with the common Tegra
CAR code. If defined, the common code will call these callbacks when a
reset control with number >= num_periph_banks * 32 is attempted to be asserted
or deasserted respectively. Numbers greater than or equal to num_periph_banks * 32
are used to avoid clashes with low numbers that are automatically mapped to
standard CAR reset lines.
Each SoC with these special resets should specify the defined reset control
numbers in a device tree header file.
Signed-off-by: Mikko Perttunen <[email protected]>
Acked-by: Michael Turquette <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions