From 1901d859137c5a262940b8ee8a3ee5a03b4ca1af Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 19 Jul 2017 23:43:26 +0200 Subject: [PATCH] Add QCA956x GPIO count --- u-boot/include/soc/qca_soc_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/u-boot/include/soc/qca_soc_common.h b/u-boot/include/soc/qca_soc_common.h index bed9519..046a4a2 100644 --- a/u-boot/include/soc/qca_soc_common.h +++ b/u-boot/include/soc/qca_soc_common.h @@ -554,6 +554,8 @@ #define QCA_GPIO_COUNT 18 #elif (SOC_TYPE & QCA_QCA955X_SOC) #define QCA_GPIO_COUNT 24 +#elif (SOC_TYPE & QCA_QCA956X_SOC) + #define QCA_GPIO_COUNT 23 #endif #define QCA_GPIO_OE_REG QCA_GPIO_BASE_REG + 0x00 -- 2.25.1