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>
This commit is contained in:
Bora Guvendik 2017-09-28 16:47:03 -07:00 committed by Aaron Durbin
parent 868b3761c7
commit b632c29aeb
1 changed files with 1 additions and 1 deletions

View File

@ -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