blob: b0b97d0fc5ae43ba8aa502d1bbf1d10ce57e8fc4 [file] [log] [blame]
Stephen Boyded630b02012-01-26 15:26:47 -08001/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
Stephen Boydeb819882011-08-29 14:46:30 -07002 *
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;
Stephen Boydeb819882011-08-29 14:46:30 -070021 const char *name;
22 const char *depends;
23 const unsigned pas_id;
Matt Wagantall6e4aafb2011-09-09 17:53:54 -070024 int bus_port;
Stephen Boydeb819882011-08-29 14:46:30 -070025};
26#endif