summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJiaxing Hu <gahing@gahingwoo.com>2026-07-18 15:11:42 +1200
committerWill Deacon <will@kernel.org>2026-07-26 13:10:11 +0000
commit841363ebb5082a06c69ac34719e26659fe63dbd6 (patch)
treeb3984b888da8ae8e8eb5103529361fd006646ffc /tools/perf/scripts/python
parentea0a9d453f60d5d065c377bbd20ab8a78b8620b7 (diff)
iommu/rockchip: Take all DT clocks
rk_iommu only enabled a fixed {aclk,iface} pair. On the RK3576 NPU the MMU sits behind the CBUF/DSU gates, so writes to DTE_ADDR are silently dropped until those clocks run too (reads work, writes need more clocks). Use devm_clk_bulk_get_all() to take every clock the devicetree provides instead of a fixed pair, so a platform can list the full set it needs. Clocks stay optional for the older clock-less devicetrees. Signed-off-by: Jiaxing Hu <gahing@gahingwoo.com> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions