aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/include
diff options
context:
space:
mode:
authorBora Guvendik <bora.guvendik@intel.com>2017-09-28 16:47:03 -0700
committerAaron Durbin <adurbin@chromium.org>2017-10-03 20:51:19 +0000
commitb632c29aebead399370aeadb56865215c4e280da (patch)
tree2c2f6a5618f872b08ddfb28bac3a8e7f5a87ad3a /src/soc/intel/cannonlake/include
parent868b3761c71b2d106509c6cb8164f5a0472682a2 (diff)
soc/intel/cannonlake: change gpio device name
TEST=Boot to OS Change-Id: Iace5dc748435b48b50faae6f60a10f1f7ae058ff Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/21758 Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/cannonlake/include')
-rw-r--r--src/soc/intel/cannonlake/include/soc/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/gpio.h b/src/soc/intel/cannonlake/include/soc/gpio.h
index 0d97f040fc..2d9f3d7120 100644
--- a/src/soc/intel/cannonlake/include/soc/gpio.h
+++ b/src/soc/intel/cannonlake/include/soc/gpio.h
@@ -19,6 +19,6 @@
#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h>
-#define CROS_GPIO_DEVICE_NAME "INT344B:00"
+#define CROS_GPIO_DEVICE_NAME "INT34BB:00"
#endif