aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/variants/nautilus/include
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2018-01-24 13:14:33 -0800
committerMartin Roth <martinroth@google.com>2018-01-26 17:25:15 +0000
commit8a1f095e50e068e42d378f47c79467e7b6295b7b (patch)
treeca7d7f2ca3daef0793a2303092404387635a28a7 /src/mainboard/google/poppy/variants/nautilus/include
parent9e17e11d8dcd706d7fb8d43e5cf1645efcfc2985 (diff)
mb/google/poppy/variants/nautilus: Update camera power enable GPIOs
This change updates the camera power enable GPIOs as per the latest schematics. With this update, since one of the enable GPIOs is using a UART0 pin, set UART0 to PchSerialIoSkipInit in devicetree so that FSP-S does not re-configure the UART0 GPIOs. BUG=b:68964831 Change-Id: I5d9126ed8ca2b714f6276f4d3a24c243d7654774 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/23414 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants/nautilus/include')
-rw-r--r--src/mainboard/google/poppy/variants/nautilus/include/variant/gpio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nautilus/include/variant/gpio.h b/src/mainboard/google/poppy/variants/nautilus/include/variant/gpio.h
index 4f79495e4f..7482e74374 100644
--- a/src/mainboard/google/poppy/variants/nautilus/include/variant/gpio.h
+++ b/src/mainboard/google/poppy/variants/nautilus/include/variant/gpio.h
@@ -18,4 +18,8 @@
#include <baseboard/gpio.h>
+/* Nautilus differs from baseboard in the GPIO used for EN_PP3300_DX_CAM. */
+#undef EN_PP3300_DX_CAM
+#define EN_PP3300_DX_CAM GPP_C8
+
#endif /* __MAINBOARD_GPIO_H__ */