Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3454306yba; Mon, 29 Apr 2019 02:39:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqzVlfzpyNzvMSPDcfbzf/aPvQ1mzpCfwhZu3jAVJfbdn1g5/4mRmsk3UvA5bPkryCKLyA0/ X-Received: by 2002:a63:ff18:: with SMTP id k24mr59149549pgi.140.1556530756621; Mon, 29 Apr 2019 02:39:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556530756; cv=none; d=google.com; s=arc-20160816; b=So1XnJtE/FjfdiFZTIL2iNOqTOfAMHrcGbwfDh9U4GWPmEaPA+x4Yls7tYBhUKegFV tPH1xEa4BC4A1xhdSi0NpQxpWk6oHtOW8/0i/yjE68HtV9xjR2smSCIJLnxD85BHAj+Q gbsXWELDtW8tkxKpr2QQb5fb3bURPT1YEJd4nu0w9ha7e1riLpXg1NJHXmIXSHDVpHdd jNVbXBR0WIaxlLfVn5ACVhAc67NkLEkyynpg6LVLlgyAHw7JLuQxbWWe9lcC9yBOtPV3 cDe88s7Nrlm3bUHAxPuG3y5VV2qa/MACBgZQxhVh3zXNZZRTUImI9tFy2Oj1bwW9gKp+ qAAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=BAlqyYbPTV6Sus3Zwl38V8G05Bk1nwWhN0iErTy8mXU=; b=g9PHla/xc5TDCItYsATPuLNT4bZWQRE1mNPGvrkOlfB218PQ5ZorsmalAhzv/DSNuW FaMbQdzdrNVGMKf8i2TPGkn9s+jDWIxBEciYbeKa0hBWgR7IjRs55KRzOugBxCcMSktn ki/hdUVdQOcMeBdQ7O7lzYyhvqxJAS9vHjoGVCNN1cmaDJwOd794gFib5IkpJIFW4myS yaqQBvS/OE7OXYzThm+/Rqy75/bI8lG0lRESl068TCLstNB+p+ifvYx9QHVs/4own+Nf V6hW+CTtvEOm9uYMY8pDrGfxS2a89uJeDINNtQjPU9rADLVlK0OeS7DqHEOcjEHd+0g9 r+Kg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y19si4912789plr.236.2019.04.29.02.39.01; Mon, 29 Apr 2019 02:39:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727857AbfD2Jg5 (ORCPT + 99 others); Mon, 29 Apr 2019 05:36:57 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:36626 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727608AbfD2Jgm (ORCPT ); Mon, 29 Apr 2019 05:36:42 -0400 Received: from ramsan ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id 69cd200063XaVaC019cdzc; Mon, 29 Apr 2019 11:36:40 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hL2iD-0000wk-4u; Mon, 29 Apr 2019 11:36:37 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hL2iD-0002p8-3i; Mon, 29 Apr 2019 11:36:37 +0200 From: Geert Uytterhoeven To: Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Mark Rutland , Simon Horman , Magnus Damm , Chris Brandt Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 3/5] soc: renesas: Enable RZ/A1 IRQC on RZ/A1H Date: Mon, 29 Apr 2019 11:36:29 +0200 Message-Id: <20190429093631.10799-4-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190429093631.10799-1-geert+renesas@glider.be> References: <20190429093631.10799-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Auto-enable the RZ/A1 Interrupt Controller when configuring a kernel with support for RZ/A1H SoCs. This is similar to how interrupt controllers for other Renesas SoCs are enabled. Signed-off-by: Geert Uytterhoeven --- drivers/soc/renesas/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 68bfca6f20ddf8a7..1448b6dbcdb20bae 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -57,6 +57,7 @@ config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" select PM select PM_GENERIC_DOMAINS + select RENESAS_RZA1_IRQC select SYS_SUPPORTS_SH_MTU2 select RENESAS_OSTM -- 2.17.1