Include GPIO29 in GPIO JTAG mask for AR933x
[oweals/u-boot_mod.git] / u-boot / include / soc / qca_soc_common.h
index b5ed0757ae868582b82572120e79a2cfae4098e2..cb782659eabc733c1efa78a360b58f4fcf33c1e7 100644 (file)
 
 /* JTAG GPIO pin mask */
 #if (SOC_TYPE & QCA_AR933X_SOC)
-       #define QCA_GPIO_JTAG_MASK      0x001C0         /* GPIO6~8 */
+       #define QCA_GPIO_JTAG_MASK      0x200001C0      /* GPIO6~8, GPIO29 */
 #elif (SOC_TYPE & QCA_QCA956X_SOC)
        #define QCA_GPIO_JTAG_MASK      0x3C000         /* GPIO14~17 */
 #else