[ARM] tegra: stingray: Initialize SW1, SW6, RF1, RF2, and RFREF to off
authorGreg Meiste <w30289@motorola.com>
Wed, 9 Jun 2010 16:24:57 +0000 (11:24 -0500)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:07 +0000 (16:33 -0700)
They are not connected on Stingray and should be initialized off.

Change-Id: I8b195d00153c1ab70cd0450a66b7a6e7519aecc4
Signed-off-by: Greg Meiste <w30289@motorola.com>
arch/arm/mach-tegra/board-stingray-spi.c

index 648c616ed82cf71297f50b0ab44281c004b42697..ab3974c344aa762f74ef70a1755f9bade1d70bac 100644 (file)
@@ -251,6 +251,12 @@ static struct platform_device *cpcap_devices[] = {
 };
 
 struct cpcap_spi_init_data stingray_cpcap_spi_init[] = {
+       {CPCAP_REG_S1C1,      0x0000},
+       {CPCAP_REG_S1C2,      0x0000},
+       {CPCAP_REG_S6C,       0x0000},
+       {CPCAP_REG_VRF1C,     0x0000},
+       {CPCAP_REG_VRF2C,     0x0000},
+       {CPCAP_REG_VRFREFC,   0x0000},
        {CPCAP_REG_ADCC1,     0x9000},
        {CPCAP_REG_ADCC2,     0x4136},
        {CPCAP_REG_USBC1,     0x1201},