18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * TI DaVinci cpuidle platform support
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * 2009 (C) Texas Instruments, Inc. https://www.ti.com/
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * This file is licensed under the terms of the GNU General Public License
78c2ecf20Sopenharmony_ci * version 2. This program is licensed "as is" without any warranty of any
88c2ecf20Sopenharmony_ci * kind, whether express or implied.
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci#ifndef _MACH_DAVINCI_CPUIDLE_H
118c2ecf20Sopenharmony_ci#define _MACH_DAVINCI_CPUIDLE_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistruct davinci_cpuidle_config {
148c2ecf20Sopenharmony_ci	u32 ddr2_pdown;
158c2ecf20Sopenharmony_ci	void __iomem *ddr2_ctlr_base;
168c2ecf20Sopenharmony_ci};
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif
19