|
@@ -24,6 +24,8 @@
|
|
|
|
|
|
#include <mach/irqs.h>
|
|
|
|
|
|
+#include "board-harmony.h"
|
|
|
+
|
|
|
#define PMC_CTRL 0x0
|
|
|
#define PMC_CTRL_INTR_LOW (1 << 17)
|
|
|
|
|
@@ -98,7 +100,7 @@ static struct tps6586x_platform_data tps_platform = {
|
|
|
.irq_base = TEGRA_NR_IRQS,
|
|
|
.num_subdevs = ARRAY_SIZE(tps_devs),
|
|
|
.subdevs = tps_devs,
|
|
|
- .gpio_base = TEGRA_NR_GPIOS,
|
|
|
+ .gpio_base = HARMONY_GPIO_TPS6586X(0),
|
|
|
};
|
|
|
|
|
|
static struct i2c_board_info __initdata harmony_regulators[] = {
|