Message ID | 20150321163821.GE23705@opensource.wolfsonmicro.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, Mar 21, 2015 at 04:38:21PM +0000, Charles Keepax wrote: > So adding a bit of an offset into the PMIC with the fixed IRQ > base fixes the problem. Although I am not sure if it would be > better to move both PMICs onto a fixed IRQ base so there is no > chance of the clashing. Any thoughts? Yes, that sounds like the safest thing.
diff --git a/arch/arm/mach-s3c64xx/crag6410.h b/arch/arm/mach-s3c64xx/crag6410.h index 7bc6668..59c5f44 100644 --- a/arch/arm/mach-s3c64xx/crag6410.h +++ b/arch/arm/mach-s3c64xx/crag6410.h @@ -13,7 +13,7 @@ #include <mach/gpio-samsung.h> -#define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START +#define GLENFARCLAS_PMIC_IRQ_BASE IRQ_BOARD_START + 256 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html