Skip to content
Commit dc716a6a authored by Anshuman Khandual's avatar Anshuman Khandual
Browse files

coresight: debug: Move ACPI device support from AMBA to platform driver



This drops cpu debug from the AMBA ACPI device list and instead moves them
inside platform ACPI devices list which can be detected, and processed via
a new platform driver i.e debug_platform_driver.

Platform driver's probe() function initializes the required clock support.
A new clock element has been added to struct debug_drvdata in this regard.
A new helper __debug_probe() which has been refactored from debug_probe(),
which now can be used from both AMBA and platfrom driver probe functions.
The platform driver also adds power management operations support.

Signed-off-by: Anshuman Khandual's avatarAnshuman Khandual <anshuman.khandual@arm.com>
parent 9d84cc20
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment