blob: 6cedb9076525e715490cc0a634863bc076457088 [file] [log] [blame]
Channagoud Kadabid091f702013-01-07 16:17:37 -08001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Deepa Dinamani22799652012-07-21 12:26:22 -07002
3 * Redistribution and use in source and binary forms, with or without
4 * modification, are permitted provided that the following conditions are
5 * met:
6 * * Redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer.
8 * * Redistributions in binary form must reproduce the above
9 * copyright notice, this list of conditions and the following
10 * disclaimer in the documentation and/or other materials provided
11 * with the distribution.
Channagoud Kadabi0e60b7d2012-11-01 22:56:08 +053012 * * Neither the name of The Linux Foundation, Inc. nor the names of its
Deepa Dinamani22799652012-07-21 12:26:22 -070013 * contributors may be used to endorse or promote products derived
14 * from this software without specific prior written permission.
15 *
16 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
20 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
26 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#ifndef _PM8x41_HW_H_
30#define _PM8x41_HW_H_
31
Deepa Dinamani9a612932012-08-14 16:15:03 -070032/* SMBB Registers */
33#define SMBB_MISC_BOOT_DONE 0x1642
Deepa Dinamani22799652012-07-21 12:26:22 -070034
Deepa Dinamani9a612932012-08-14 16:15:03 -070035/* SMBB bit values */
36#define BOOT_DONE_BIT 7
37
Deepa Dinamani7564f2a2013-02-05 17:55:51 -080038#define REVID_REVISION4 0x103
Deepa Dinamani9a612932012-08-14 16:15:03 -070039
Kuogee Hsieh11835112013-10-04 15:50:36 -070040/* LPG Registers */
41#define LPG_SLAVE_ID 0x10000 /* slave_id == 1 */
42#define LPG_PERIPHERAL_BASE (0x0B100 | LPG_SLAVE_ID)
43/* Peripheral base address for LPG channel */
44#define LPG_N_PERIPHERAL_BASE(x) (LPG_PERIPHERAL_BASE + ((x) - 1) * 0x100)
45
Deepa Dinamani9a612932012-08-14 16:15:03 -070046/* GPIO Registers */
47#define GPIO_PERIPHERAL_BASE 0xC000
48/* Peripheral base address for GPIO_X */
49#define GPIO_N_PERIPHERAL_BASE(x) (GPIO_PERIPHERAL_BASE + ((x) - 1) * 0x100)
50
51/* Register offsets within GPIO */
52#define GPIO_STATUS 0x08
53#define GPIO_MODE_CTL 0x40
54#define GPIO_DIG_VIN_CTL 0x41
55#define GPIO_DIG_PULL_CTL 0x42
56#define GPIO_DIG_OUT_CTL 0x45
57#define GPIO_EN_CTL 0x46
58
59/* GPIO bit values */
60#define PERPH_EN_BIT 7
61#define GPIO_STATUS_VAL_BIT 0
62
63
64/* PON Peripheral registers */
sundarajan srinivasand0f59e82013-02-12 19:17:02 -080065#define PON_PON_REASON1 0x808
Ameya Thakurb0a62ab2013-06-25 13:43:10 -070066#define PON_WARMBOOT_STATUS1 0x80A
67#define PON_WARMBOOT_STATUS2 0x80B
Deepa Dinamani9a612932012-08-14 16:15:03 -070068#define PON_INT_RT_STS 0x810
69#define PON_INT_SET_TYPE 0x811
70#define PON_INT_POLARITY_HIGH 0x812
71#define PON_INT_POLARITY_LOW 0x813
72#define PON_INT_LATCHED_CLR 0x814
73#define PON_INT_EN_SET 0x815
74#define PON_INT_LATCHED_STS 0x818
75#define PON_INT_PENDING_STS 0x819
76#define PON_RESIN_N_RESET_S1_TIMER 0x844 /* bits 0:3 : S1_TIMER */
77#define PON_RESIN_N_RESET_S2_TIMER 0x845 /* bits 0:2 : S2_TIMER */
78#define PON_RESIN_N_RESET_S2_CTL 0x846 /* bit 7: S2_RESET_EN, bit 0:3 : RESET_TYPE */
Neeti Desai120b55d2012-08-20 17:15:56 -070079#define PON_PS_HOLD_RESET_CTL 0x85A /* bit 7: S2_RESET_EN, bit 0:3 : RESET_TYPE */
Deepa Dinamani3c9865d2013-03-08 14:03:19 -080080#define PON_PS_HOLD_RESET_CTL2 0x85B
Xiaocheng Li73c57122013-09-14 17:32:00 +080081#define PMIC_WD_RESET_S2_CTL2 0x857
Deepa Dinamani9a612932012-08-14 16:15:03 -070082
83/* PON Peripheral register bit values */
Deepa Dinamanic7f87582013-02-01 15:24:49 -080084#define RESIN_ON_INT_BIT 1
Deepa Dinamani9a612932012-08-14 16:15:03 -070085#define RESIN_BARK_INT_BIT 4
86#define S2_RESET_EN_BIT 7
87
88#define S2_RESET_TYPE_WARM 0x1
89#define PON_RESIN_N_RESET_S2_TIMER_MAX_VALUE 0x7
Deepa Dinamani22799652012-07-21 12:26:22 -070090
Deepa Dinamanic342f122013-06-12 15:41:31 -070091/* MPP registers */
92#define MPP_DIG_VIN_CTL 0x41
93#define MPP_MODE_CTL 0x40
94#define MPP_EN_CTL 0x46
95
96#define MPP_MODE_CTL_MODE_SHIFT 4
97#define MPP_EN_CTL_ENABLE_SHIFT 7
98
Channagoud Kadabid091f702013-01-07 16:17:37 -080099void pm8x41_reg_write(uint32_t addr, uint8_t val);
100uint8_t pm8x41_reg_read(uint32_t addr);
101
102/* SPMI Macros */
103#define REG_READ(_a) pm8x41_reg_read(_a)
104#define REG_WRITE(_a, _v) pm8x41_reg_write(_a, _v)
105
106#define REG_OFFSET(_addr) ((_addr) & 0xFF)
107#define PERIPH_ID(_addr) (((_addr) & 0xFF00) >> 8)
108#define SLAVE_ID(_addr) ((_addr) >> 16)
109
Channagoud Kadabi0e60b7d2012-11-01 22:56:08 +0530110#define LDO_RANGE_CTRL 0x40
111#define LDO_STEP_CTRL 0x41
112#define LDO_POWER_MODE 0x45
113#define LDO_EN_CTL_REG 0x46
114
Amol Jadic3231ff2013-07-23 14:35:31 -0700115/* USB3 phy clock */
116#define DIFF_CLK1_EN_CTL 0x5746
117#define DIFF_CLK1_EN_BIT 7
118
Deepa Dinamani22799652012-07-21 12:26:22 -0700119#endif