blob: b4715f0ad08de868b9ab3730c0d116cc655e9c3a [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;
Matt Wagantall39088932011-08-02 20:24:56 -070021 const int xo_id;
Stephen Boydeb819882011-08-29 14:46:30 -070022 const char *name;
23 const char *depends;
24 const unsigned pas_id;
25};
26#endif