diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-04-18 15:04:43 -0700 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2013-04-19 04:19:00 +0200 |
commit | b9e6e1ab35c54ed5bd32a2f25a86f73c46d1acb3 (patch) | |
tree | ae4f252d1c1de895470909c20b7a67c22649ad18 /src/cpu/samsung/exynos5-common | |
parent | 45988dab6bfbc480443979081a3260b7bce04fd8 (diff) |
exynos5: move power_enable_hw_thermal_trip() prototype
This moves the prototype for power_enable_hw_thermal_trip() to
a generic location so it can be used by generalized thermal
management code. The implementation will still be CPU-specific.
Change-Id: Iae449cb8c72c8441dedaf65b73db9898b4730cef
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/3105
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5-common')
-rw-r--r-- | src/cpu/samsung/exynos5-common/power.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5-common/power.h b/src/cpu/samsung/exynos5-common/power.h index 57e2a2ba19..ff98123d6d 100644 --- a/src/cpu/samsung/exynos5-common/power.h +++ b/src/cpu/samsung/exynos5-common/power.h @@ -39,4 +39,7 @@ #define S5PC110_USB_PHY_CON 0xE010E80C #define S5PC110_INFORM0 0xE010F000 +/* Enable HW thermal trip with PS_HOLD_CONTROL register ENABLE_HW_TRIP bit */ +void power_enable_hw_thermal_trip(void); + #endif |