aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/rambi/gpio.c18
-rw-r--r--src/mainboard/google/rambi/mainboard.c2
2 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/google/rambi/gpio.c b/src/mainboard/google/rambi/gpio.c
index d7082be26f..9919d30bd4 100644
--- a/src/mainboard/google/rambi/gpio.c
+++ b/src/mainboard/google/rambi/gpio.c
@@ -38,15 +38,15 @@ static const struct soc_gpio_map gpncore_gpio_map[] = {
GPIO_NC, /* S0_NC12 - NC */
GPIO_INPUT, /* S0_NC13 - GPIO_NC13 - STRAP */
GPIO_NC, /* S0_NC14 - NC */
- GPIO_NC, /* S0_NC15 - XDP_GPIO_S0_NC15 */
- GPIO_NC, /* S0_NC16 - XDP_GPIO_S0_NC16 */
- GPIO_NC, /* S0_NC17 - XDP_GPIO_S0_NC17 */
- GPIO_NC, /* S0_NC18 - XDP_GPIO_S0_NC18 */
- GPIO_NC, /* S0_NC19 - XDP_GPIO_S0_NC19 */
- GPIO_NC, /* S0_NC20 - XDP_GPIO_S0_NC20 */
- GPIO_NC, /* S0_NC21 - XDP_GPIO_S0_NC21 */
- GPIO_NC, /* S0_NC22 - XDP_GPIO_S0_NC22 */
- GPIO_NC, /* S0_NC23 - XDP_GPIO_S0_NC23 */
+ GPIO_DEFAULT, /* S0_NC15 - XDP_GPIO_S0_NC15 */
+ GPIO_DEFAULT, /* S0_NC16 - XDP_GPIO_S0_NC16 */
+ GPIO_DEFAULT, /* S0_NC17 - XDP_GPIO_S0_NC17 */
+ GPIO_DEFAULT, /* S0_NC18 - XDP_GPIO_S0_NC18 */
+ GPIO_DEFAULT, /* S0_NC19 - XDP_GPIO_S0_NC19 */
+ GPIO_DEFAULT, /* S0_NC20 - XDP_GPIO_S0_NC20 */
+ GPIO_DEFAULT, /* S0_NC21 - XDP_GPIO_S0_NC21 */
+ GPIO_DEFAULT, /* S0_NC22 - XDP_GPIO_S0_NC22 */
+ GPIO_DEFAULT, /* S0_NC23 - XDP_GPIO_S0_NC23 */
GPIO_NC, /* S0_NC24 - NC */
GPIO_NC, /* S0_NC25 - NC */
GPIO_NC, /* S0_NC26 - NC */
diff --git a/src/mainboard/google/rambi/mainboard.c b/src/mainboard/google/rambi/mainboard.c
index 8c5b66608b..4ef8a9f022 100644
--- a/src/mainboard/google/rambi/mainboard.c
+++ b/src/mainboard/google/rambi/mainboard.c
@@ -75,7 +75,7 @@ static int int15_handler(void)
* bit 7 = LFP2
*/
X86_AX = 0x005f;
- X86_CX = 0x0000;
+ X86_CX = 0x0006;
res = 1;
break;
case 0x5f51: