blob: 54bdf88d23411f533a714b419168c0d467e5930f [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;
Matt Wagantall6e4aafb2011-09-09 17:53:54 -070025 int bus_port;
Stephen Boydeb819882011-08-29 14:46:30 -070026};
27#endif