aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h
diff options
context:
space:
mode:
authorJustin TerAvest <teravest@chromium.org>2018-06-25 11:40:08 -0600
committerPatrick Georgi <pgeorgi@google.com>2018-06-28 08:57:58 +0000
commitd940050897f7abe45354096d33d72ba7b18ee136 (patch)
tree45668ea468311cf9b8e6ffb8b22a401f99868236 /src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h
parentc08e62d7d4abb9cfd98fda6975d094ea30b1e150 (diff)
mb/google/octopus: Create bobba variant
This creates a bobba variant for octopus. The devicetree overrides are copied from fleex, otherwise everything just defaults to baseboard settings. BUG=b:110781720 TEST=None Change-Id: Ic30c6b0d955ce26f4a9f40cd7fef1c429ab950fc Signed-off-by: Justin TerAvest <teravest@chromium.org> Reviewed-on: https://review.coreboot.org/27223 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h')
-rw-r--r--src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h b/src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h
new file mode 100644
index 0000000000..1fd1e11716
--- /dev/null
+++ b/src/mainboard/google/octopus/variants/bobba/include/variant/gpio.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2018 Google LLC
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef MAINBOARD_GPIO_H
+#define MAINBOARD_GPIO_H
+
+#include <baseboard/gpio.h>
+
+#endif /* MAINBOARD_GPIO_H */