summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/odm_kit/query/whistler/subboards/nvodm_query_discovery_e906_addresses.h
blob: 8a3583d005be275eb00a58f5f07a65b6126193ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
 * arch/arm/mach-tegra/odm_kit/query/whistler/subboards/nvodm_query_discovery_e906_addresses.h
 *
 * Specifies the peripheral connectivity database peripheral entries for the E906 LCD module
 *
 * Copyright (c) 2009 NVIDIA Corporation.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

#include "pmu/max8907b/max8907b_supply_info_table.h"

// Main LCD
static const NvOdmIoAddress s_ffaMainDisplayAddresses[] = 
{
    { NvOdmIoModule_Display, 0, 0, 0 },
    { NvOdmIoModule_Spi, 0x2, 0x2, 0 },                        // TBD (this is a guess)
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LX_V3, 0 },   /* VDDIO_LCD -> V3 */
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LDO5, 0 },    /* AVDD_LCD_1 -> VOUT5 */
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LDO19, 0  },  /* AVDD_LCD_2 -> VOUT19 */
};

// DSI LCD
// WARNING: Whistler's board personality needs to be set to 077 for the
// reset gpio pin to work
static const NvOdmIoAddress s_DsiAddresses[] = 
{
    { NvOdmIoModule_Display, 0, 0, 0 },

    { NvOdmIoModule_Gpio, (NvU32)('c' - 'a'), 1, 0 },

    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LX_V3, 0 },   /* VDDIO_LCD -> V3 */
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LDO5, 0 },    /* AVDD_LCD_1 -> VOUT5 */
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LDO19, 0  },  /* AVDD_LCD_2 -> VOUT19 */
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LDO17, 0  },  /* MIPI DSI 1.2V */
};

// TouchPanel
static const NvOdmIoAddress s_ffaTouchPanelAddresses[] = 
{
    { NvOdmIoModule_I2c, 0x00, 0x20, 0 },/* I2C device address is 0x20 */
    { NvOdmIoModule_Gpio, 'c' - 'a', 6, 0}, /* GPIO Port V and Pin 3 */
    { NvOdmIoModule_Vdd, 0x00, Max8907bPmuSupply_LDO19, 0 }
};