blob: 6aba9a5568ca68d2569112b70f79fd94da81c128 [file] [log] [blame]
Stephen Boydeb819882011-08-29 14:46:30 -07001/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12#ifndef __MSM_PIL_Q6V4_H
13#define __MSM_PIL_Q6V4_H
14
15struct pil_q6v4_pdata {
16 const unsigned long strap_tcm_base;
17 const unsigned long strap_ahb_upper;
18 const unsigned long strap_ahb_lower;
19 void __iomem *aclk_reg;
20 void __iomem *jtag_clk_reg;
21 const char *name;
22 const char *depends;
23 const unsigned pas_id;
24};
25#endif