1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * TI PRM (Power & Reset Manager) platform data
5 * Copyright (C) 2019 Texas Instruments, Inc.
10 #ifndef _LINUX_PLATFORM_DATA_TI_PRM_H
11 #define _LINUX_PLATFORM_DATA_TI_PRM_H
15 struct ti_prm_platform_data {
16 void (*clkdm_deny_idle)(struct clockdomain *clkdm);
17 void (*clkdm_allow_idle)(struct clockdomain *clkdm);
18 struct clockdomain * (*clkdm_lookup)(const char *name);
21 #endif /* _LINUX_PLATFORM_DATA_TI_PRM_H */