Stephen Boyd | ed630b0 | 2012-01-26 15:26:47 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved. |
Stephen Boyd | eb81988 | 2011-08-29 14:46:30 -0700 | [diff] [blame] | 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 | |
| 15 | struct 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 Boyd | eb81988 | 2011-08-29 14:46:30 -0700 | [diff] [blame] | 21 | const char *name; |
| 22 | const char *depends; |
| 23 | const unsigned pas_id; |
Matt Wagantall | 6e4aafb | 2011-09-09 17:53:54 -0700 | [diff] [blame] | 24 | int bus_port; |
Stephen Boyd | eb81988 | 2011-08-29 14:46:30 -0700 | [diff] [blame] | 25 | }; |
| 26 | #endif |