X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-4.1%2F739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch;fp=target%2Flinux%2Far71xx%2Fpatches-4.1%2F739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch;h=24ce7d83c56dba9f8102a648b24bee335a5c180f;hp=af828b04bffdff7129247409359987c805bfd045;hb=a51528c01015fc3f13ab4d7d5474db0c0f26ce3d;hpb=5b846af0e92da0e0f28e0873ae789b1a9887b624 diff --git a/target/linux/ar71xx/patches-4.1/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch b/target/linux/ar71xx/patches-4.1/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch index af828b04bf..24ce7d83c5 100644 --- a/target/linux/ar71xx/patches-4.1/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch +++ b/target/linux/ar71xx/patches-4.1/739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch @@ -14,7 +14,7 @@ + gpio_count = AR934X_GPIO_COUNT; + reg_base = AR934X_GPIO_REG_OUT_FUNC0; + } else if (soc_is_qca953x()) { -+ reg_base = QCA953X_GPIO_COUNT; ++ gpio_count = QCA953X_GPIO_COUNT; + reg_base = QCA953X_GPIO_REG_OUT_FUNC0; + } else if (soc_is_qca955x()) { + gpio_count = QCA955X_GPIO_COUNT;