spmi-pmic-arb: correct max interrupt default

The default of maximum number of interrupt should be
the maximum number of all relevant targets.

Change-Id: I20f0e43d06dd51dc84cff5f9c425307dd1c3e715
Signed-off-by: Gilad Avidov <gavidov@codeaurora.org>
This commit is contained in:
Gilad Avidov 2015-01-06 16:35:51 -07:00
parent 939747681b
commit 25f7fe0a5d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@ -118,7 +118,7 @@ enum pmic_arb_cmd_op_code {
/* Maximum number of support PMIC peripherals */
#define PMIC_ARB_MAX_PERIPHS 256
#define PMIC_ARB_PERIPHS_CHNL_DEFAULT 128
#define PMIC_ARB_PERIPHS_INTR_DEFAULT 128
#define PMIC_ARB_PERIPHS_INTR_DEFAULT 256
#define PMIC_ARB_PERIPH_ID_VALID (1 << 15)
#define PMIC_ARB_TIMEOUT_US 100
#define PMIC_ARB_MAX_TRANS_BYTES (8)