GNU Linux-libre 5.15.137-gnu
[releases.git] / arch / arm / mach-davinci / cpuidle.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * TI DaVinci cpuidle platform support
4  *
5  * 2009 (C) Texas Instruments, Inc. https://www.ti.com/
6  */
7 #ifndef _MACH_DAVINCI_CPUIDLE_H
8 #define _MACH_DAVINCI_CPUIDLE_H
9
10 struct davinci_cpuidle_config {
11         u32 ddr2_pdown;
12         void __iomem *ddr2_ctlr_base;
13 };
14
15 #endif