2 * Copyright (C) 2015 Atmel Corporation
3 * Wenyou Yang <wenyou.yang@atmel.com>
5 * SPDX-License-Identifier: GPL-2.0+
10 #include <asm/arch/sama5_sfr.h>
12 void redirect_int_from_saic_to_aic(void)
14 struct atmel_sfr *sfr = (struct atmel_sfr *)ATMEL_BASE_SFR;
17 if (!(readl(&sfr->aicredir) & ATMEL_SFR_AICREDIR_NSAIC)) {
18 key32 = readl(&sfr->sn1) ^ ATMEL_SFR_AICREDIR_KEY;
19 writel((key32 | ATMEL_SFR_AICREDIR_NSAIC), &sfr->aicredir);