Bora Guvendik has uploaded this change for review. ( https://review.coreboot.org/21758
Change subject: soc/intel/cannonlake: change gpio device name ......................................................................
soc/intel/cannonlake: change gpio device name
Change-Id: Iace5dc748435b48b50faae6f60a10f1f7ae058ff Signed-off-by: Bora Guvendik bora.guvendik@intel.com --- M src/soc/intel/cannonlake/include/soc/gpio.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/21758/1
diff --git a/src/soc/intel/cannonlake/include/soc/gpio.h b/src/soc/intel/cannonlake/include/soc/gpio.h index 0d97f04..2d9f3d7 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