summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/apalis_t30_defconfig1
-rw-r--r--arch/arm/mach-tegra/tegra3_speedo.c8
2 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm/configs/apalis_t30_defconfig b/arch/arm/configs/apalis_t30_defconfig
index f5d092158297..fa3e52400236 100644
--- a/arch/arm/configs/apalis_t30_defconfig
+++ b/arch/arm/configs/apalis_t30_defconfig
@@ -177,6 +177,7 @@ CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_ATA=y
+CONFIG_SATA_AHCI=m
CONFIG_SATA_AHCI_TEGRA=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
diff --git a/arch/arm/mach-tegra/tegra3_speedo.c b/arch/arm/mach-tegra/tegra3_speedo.c
index 76303b4f1756..81958fbc9d73 100644
--- a/arch/arm/mach-tegra/tegra3_speedo.c
+++ b/arch/arm/mach-tegra/tegra3_speedo.c
@@ -198,6 +198,7 @@ static void rev_sku_to_speedo_ids(int rev, int sku)
break;
case 0x81: /* T30 */
+ case 0xb0: /* T30IQS-Ax */
case 0xb1: /* T30MQS-Ax */
switch (package_id) {
case 1: /* MID => T30 */
@@ -303,7 +304,6 @@ static void rev_sku_to_speedo_ids(int rev, int sku)
break;
case 0x91: /* T30AGS-Ax */
- case 0xb0: /* T30IQS-Ax */
case 0x90: /* T30AQS-Ax */
soc_speedo_id = 3;
threshold_index = 12;
@@ -472,9 +472,6 @@ void tegra_init_speedo_data(void)
if (threshold_index == 12 && cpu_process_id != INVALID_PROCESS_ID) {
if (cpu_process_id <= 2) {
switch(fuse_sku) {
- case 0xb0:
- cpu_speedo_id = 9;
- break;
case 0x90:
case 0x91:
cpu_speedo_id = 14;
@@ -483,9 +480,6 @@ void tegra_init_speedo_data(void)
}
} else if (cpu_process_id >= 3 && cpu_process_id < 6) {
switch(fuse_sku) {
- case 0xb0:
- cpu_speedo_id = 10;
- break;
case 0x90:
case 0x91:
cpu_speedo_id = 15;