summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagesh Penumarty <vpenumarty@nvidia.com>2011-04-25 17:13:32 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:56:19 -0700
commit8b6d7bb5c9a2a35b3a6a73c51104c4bde6f6ed75 (patch)
treec845d9f7d8b309dc55012b9e91f9982ffc963739
parent89aa98edfb250b54549580a6b0261a23af3d7c0c (diff)
arm: tegra: enterprise: Enabling the PMU driver
Adding the board file for power and enabling the TI 6025 pmu driver. Original-Change-Id: I4676223599877ca51d892b373bcae03778c25f57 Reviewed-on: http://git-master/r/28668 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Change-Id: I5ee27c2aa99075960b3255fb7a9dbae397e3b71d
-rw-r--r--arch/arm/configs/tegra_enterprise_android_defconfig2
-rw-r--r--arch/arm/mach-tegra/Makefile1
-rw-r--r--arch/arm/mach-tegra/board-enterprise-power.c157
-rw-r--r--arch/arm/mach-tegra/board-enterprise.c1
-rw-r--r--arch/arm/mach-tegra/board-enterprise.h1
5 files changed, 162 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_enterprise_android_defconfig b/arch/arm/configs/tegra_enterprise_android_defconfig
index cba0d131d477..9e7c6aa8ccac 100644
--- a/arch/arm/configs/tegra_enterprise_android_defconfig
+++ b/arch/arm/configs/tegra_enterprise_android_defconfig
@@ -329,3 +329,5 @@ CONFIG_DEBUG_VM=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_TWOFISH=y
# CONFIG_CRYPTO_ANSI_CPRNG is not set
+CONFIG_TWL4030_CORE=y
+CONFIG_REGULATOR_TWL4030=y
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index d809563ea53d..2ecaba1bca03 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -137,3 +137,4 @@ obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-pinmux.o
obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-sdhci.o
obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-touch.o
obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-memory.o
+obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-power.o
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
new file mode 100644
index 000000000000..6be40dc1b52f
--- /dev/null
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -0,0 +1,157 @@
+/*
+ * arch/arm/mach-tegra/board-enterprise-power.c
+ *
+ * Copyright (C) 2011 NVIDIA, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA
+ * 02111-1307, USA
+ */
+#include <linux/i2c.h>
+#include <linux/pda_power.h>
+#include <linux/platform_device.h>
+#include <linux/resource.h>
+#include <linux/regulator/machine.h>
+#include <linux/mfd/tps80031x.h>
+#include <linux/gpio.h>
+#include <mach/suspend.h>
+#include <linux/io.h>
+#include <linux/i2c/twl.h>
+
+#include <mach/iomap.h>
+#include <mach/irqs.h>
+#include <mach/pinmux.h>
+
+#include "gpio-names.h"
+#include "board-enterprise.h"
+#include "power.h"
+#include "wakeups-t3.h"
+
+#ifdef CONFIG_TWL4030_CORE
+static struct regulator_consumer_supply tps80031x_smps4_supply[] = {
+ REGULATOR_SUPPLY("avdd_dsi_csi", NULL),
+};
+
+static struct regulator_consumer_supply tps80031x_vio_supply[] = {
+ REGULATOR_SUPPLY("avdd_osc", NULL),
+ REGULATOR_SUPPLY("vddio_sys", NULL),
+ REGULATOR_SUPPLY("vddio_uart", NULL),
+ REGULATOR_SUPPLY("vddio_audio", NULL),
+ REGULATOR_SUPPLY("vddio_bb", NULL),
+ REGULATOR_SUPPLY("vddio_cam", NULL),
+ REGULATOR_SUPPLY("vddio_sdmmc1", NULL),
+};
+
+static struct regulator_consumer_supply tps80031x_smps3_supply[] = {
+ REGULATOR_SUPPLY("en_vddio_ddr_1v2", NULL),
+};
+
+
+static struct regulator_consumer_supply tps80031x_ldo2_supply[] = {
+ REGULATOR_SUPPLY("vdd_rtc", NULL),
+};
+
+static struct regulator_consumer_supply tps80031x_ldo6_supply[] = {
+ REGULATOR_SUPPLY("vddio_sdmmc3", NULL),
+};
+
+static struct regulator_consumer_supply tps80031x_ldousb_supply[] = {
+ REGULATOR_SUPPLY("avdd_hdmi_pll", NULL),
+};
+
+static struct regulator_consumer_supply tps80031x_ldo7_supply[] = {
+ REGULATOR_SUPPLY("avdd_plla_p_c_s", NULL),
+ REGULATOR_SUPPLY("avdd_pllm", NULL),
+ REGULATOR_SUPPLY("avdd_pllu_d", NULL),
+ REGULATOR_SUPPLY("avdd_pllx", NULL),
+};
+
+#define TPS_PDATA_INIT(_id, _minmv, _maxmv, _supply_reg, _always_on, \
+ _boot_on, _apply_uv) \
+ { \
+ .constraints = { \
+ .min_uV = (_minmv)*1000, \
+ .max_uV = (_maxmv)*1000, \
+ .valid_modes_mask = (REGULATOR_MODE_NORMAL | \
+ REGULATOR_MODE_STANDBY), \
+ .valid_ops_mask = (REGULATOR_CHANGE_MODE | \
+ REGULATOR_CHANGE_STATUS | \
+ REGULATOR_CHANGE_VOLTAGE), \
+ .always_on = _always_on, \
+ .boot_on = _boot_on, \
+ .apply_uV = _apply_uv, \
+ }, \
+ .num_consumer_supplies = \
+ ARRAY_SIZE(tps80031x_##_id##_supply), \
+ .consumer_supplies = tps80031x_##_id##_supply, \
+ }
+
+static struct regulator_init_data smps4_data = TPS_PDATA_INIT(smps4, 600, 2100, 0, 1, 1, 0);
+static struct regulator_init_data vio_data = TPS_PDATA_INIT(vio, 0, 1800, 0, 1, 1, 0);
+static struct regulator_init_data smps3_data = TPS_PDATA_INIT(smps3, 600, 2100, 0, 1, 1, 0);
+static struct regulator_init_data ldo2_data = TPS_PDATA_INIT(ldo2, 1000, 3300, 0, 1, 1, 0);
+static struct regulator_init_data ldo6_data = TPS_PDATA_INIT(ldo6, 1000, 3300, 0, 1, 1, 0);
+static struct regulator_init_data ldousb_data = TPS_PDATA_INIT(ldousb, 1000, 3300, 0, 1, 1, 0);
+static struct regulator_init_data ldo7_data = TPS_PDATA_INIT(ldo7, 1000, 3300, 0, 1, 1, 0);
+
+static struct twl4030_platform_data tps_platform = {
+ .smps4 = &smps4_data,
+ .vio = &vio_data,
+ .smps3 = &smps3_data,
+ .ldo2 = &ldo2_data,
+ .ldo6 = &ldo6_data,
+ .ldousb = &ldousb_data,
+ .ldo7 = &ldo7_data,
+};
+
+static struct i2c_board_info __initdata enterprise_regulators[] = {
+ {
+ I2C_BOARD_INFO("twl6025", 0x48),
+ .irq = INT_EXTERNAL_PMU,
+ .platform_data = &tps_platform,
+ },
+};
+
+int __init enterprise_regulator_init(void)
+{
+ i2c_register_board_info(4, enterprise_regulators, 1);
+ return 0;
+}
+#else
+int __init enterprise_regulator_init(void)
+{
+ return 0;
+}
+#endif
+
+static struct tegra_suspend_platform_data enterprise_suspend_data = {
+ .cpu_timer = 2000,
+ .cpu_off_timer = 0,
+ .suspend_mode = TEGRA_SUSPEND_NONE,
+ .core_timer = 0x7e7e,
+ .core_off_timer = 0,
+ .separate_req = true,
+ .corereq_high = false,
+ .sysclkreq_high = true,
+ .wake_enb = 0,
+ .wake_high = 0,
+ .wake_low = 0,
+ .wake_any = 0,
+};
+
+int __init enterprise_suspend_init(void)
+{
+ tegra_init_suspend(&enterprise_suspend_data);
+ return 0;
+
+}
diff --git a/arch/arm/mach-tegra/board-enterprise.c b/arch/arm/mach-tegra/board-enterprise.c
index c44ac41e9622..e2f1bf11bcb2 100644
--- a/arch/arm/mach-tegra/board-enterprise.c
+++ b/arch/arm/mach-tegra/board-enterprise.c
@@ -470,6 +470,7 @@ static void __init tegra_enterprise_init(void)
tegra_spdif_device.dev.platform_data = &tegra_spdif_pdata;
platform_add_devices(enterprise_devices, ARRAY_SIZE(enterprise_devices));
enterprise_sdhci_init();
+ enterprise_regulator_init();
touch_init();
enterprise_usb_init();
enterprise_gps_init();
diff --git a/arch/arm/mach-tegra/board-enterprise.h b/arch/arm/mach-tegra/board-enterprise.h
index 09118008f731..2bba282edb50 100644
--- a/arch/arm/mach-tegra/board-enterprise.h
+++ b/arch/arm/mach-tegra/board-enterprise.h
@@ -30,6 +30,7 @@ int enterprise_pinmux_init(void);
int enterprise_panel_init(void);
int touch_init(void);
int enterprise_emc_init(void);
+int enterprise_regulator_init(void);
/* Touchscreen GPIO addresses */
#ifdef CONFIG_TOUCHSCREEN_ATMEL_MT_T9