diff options
author | Linus Walleij <[email protected]> | 2018-03-07 14:20:33 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2018-03-07 16:42:38 +0100 |
commit | dbe8a9dfd7eafe2832f80e6e29e5b1575576c987 (patch) | |
tree | 7ccbb21d47b94f48fb3abb6da8bef3530565afae /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 661e50bc853209e41a5c14a290ca4decc43cbfd1 (diff) |
ARM: ux500: Fix PMU IRQ regression
Commit 2b05f6ae1ee5 ("ARM: ux500: remove PMU IRQ bouncer")
deleted some code to bounce and work around the weird PMU
IRQs in the DB8500 ASIC, but did a semantic mistake:
since the auxdata was now unused, the call to
of_platform_populate() was removed, but this does not
work: the default platform population will only kick in
if .init_machine() is assigned NULL, and since the U8540
was still using the callback that was not the case.
Fix this by reinstating the call to of_platform_populate(),
but pass NULL as auxdata.
Cc: Mark Rutland <[email protected]>
Cc: Will Deacon <[email protected]>
Fixes: 2b05f6ae1ee5 ("ARM: ux500: remove PMU IRQ bouncer")
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions