From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C918C43334 for ; Tue, 21 Jun 2022 21:01:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355776AbiFUVBK (ORCPT ); Tue, 21 Jun 2022 17:01:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355353AbiFUU5a (ORCPT ); Tue, 21 Jun 2022 16:57:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C06A3204F; Tue, 21 Jun 2022 13:50:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5C8C261899; Tue, 21 Jun 2022 20:50:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2690DC341C7; Tue, 21 Jun 2022 20:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655844613; bh=M5ZujuZ0mG33Rr/sqbkSj4dYDw6RrPY7vPQnXkZ/t0s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mGdGpr3lw3Ol4cIknHhLXsFH+I+j86Iu1U7tY4iR6fH4HAURMCTQtAbQOfwRqfPEG mPgTPkU5vluk6GoJPJjUBwXXxpFInm38W47BJDIZmVUK2MYbnL0lfaDGaLVMxzszMt XkJx3xhIjwomgkd2my9cZ4tWaWIP5ausp8AxsTBlpvw9aMtFq5phVoSPpMJGAyZ2/O +WGJskVYBDK3X3G+dlbfF7DlIXA1cl6+V9y7naby5q8XltxyyD31b2zeAEoDE1loHx hgGLFoscQBZYZ40cNUfH5XIz6OG0dRjvnHEvY9mCH12qCPxjR4slvzNGRuZ227Hejh y9iiWCyskjHDw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Kunihiko Hayashi , Marc Zyngier , Sasha Levin , tglx@linutronix.de, mhiramat@kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 5.17 02/20] irqchip/uniphier-aidet: Add compatible string for NX1 SoC Date: Tue, 21 Jun 2022 16:49:52 -0400 Message-Id: <20220621205010.250185-2-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220621205010.250185-1-sashal@kernel.org> References: <20220621205010.250185-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Kunihiko Hayashi [ Upstream commit e3f056a7aafabe4ac3ad4b7465ba821b44a7e639 ] Add the compatible string to support UniPhier NX1 SoC, which has the same kinds of controls as the other UniPhier SoCs. Signed-off-by: Kunihiko Hayashi Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/1653023822-19229-3-git-send-email-hayashi.kunihiko@socionext.com Signed-off-by: Sasha Levin --- drivers/irqchip/irq-uniphier-aidet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irq-uniphier-aidet.c b/drivers/irqchip/irq-uniphier-aidet.c index 89121b39be26..716b1bb88bf2 100644 --- a/drivers/irqchip/irq-uniphier-aidet.c +++ b/drivers/irqchip/irq-uniphier-aidet.c @@ -237,6 +237,7 @@ static const struct of_device_id uniphier_aidet_match[] = { { .compatible = "socionext,uniphier-ld11-aidet" }, { .compatible = "socionext,uniphier-ld20-aidet" }, { .compatible = "socionext,uniphier-pxs3-aidet" }, + { .compatible = "socionext,uniphier-nx1-aidet" }, { /* sentinel */ } }; -- 2.35.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 31E37C43334 for ; Tue, 21 Jun 2022 20:52:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VMhwBelax54jBUhrTW/C0CC0jkKvvoNSEsl5ZPmmDDM=; b=xtpXKyV95buMDL XdJ44uNuDym5seckEAyNB84HvrY7qaammjUFomA3yBgd87mPGFIk0NONFJ2mUVdQaCo78XcHHXuHI Dc2u3yNrjWjlpsqgTAvTUgJmUkAb1RHzo1ef7ehRgOHPbXBIOg4dLDHrF0jev1CP0ELtSTq0t6tBa YxM7hS9xTu333Ebt0b7vl1P6UBizWjCub1O4JOgqreGX3OhEhGoKOKjEqdXRTfq22cBO1uwAqnIGx AkRi/RWvd96lUcFBB7bmYGu8+tdwCA4MiWybQda4rlLnOVLOx/oDtUzaNtAhBZAOBwDcpBa9HRqzD Ur/0SqoF750RYjFWK8AA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o3kpy-0076nw-8Y; Tue, 21 Jun 2022 20:51:02 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o3kpE-0076Jm-CI for linux-arm-kernel@lists.infradead.org; Tue, 21 Jun 2022 20:50:17 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0B4D5B81B43; Tue, 21 Jun 2022 20:50:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2690DC341C7; Tue, 21 Jun 2022 20:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655844613; bh=M5ZujuZ0mG33Rr/sqbkSj4dYDw6RrPY7vPQnXkZ/t0s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mGdGpr3lw3Ol4cIknHhLXsFH+I+j86Iu1U7tY4iR6fH4HAURMCTQtAbQOfwRqfPEG mPgTPkU5vluk6GoJPJjUBwXXxpFInm38W47BJDIZmVUK2MYbnL0lfaDGaLVMxzszMt XkJx3xhIjwomgkd2my9cZ4tWaWIP5ausp8AxsTBlpvw9aMtFq5phVoSPpMJGAyZ2/O +WGJskVYBDK3X3G+dlbfF7DlIXA1cl6+V9y7naby5q8XltxyyD31b2zeAEoDE1loHx hgGLFoscQBZYZ40cNUfH5XIz6OG0dRjvnHEvY9mCH12qCPxjR4slvzNGRuZ227Hejh y9iiWCyskjHDw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Kunihiko Hayashi , Marc Zyngier , Sasha Levin , tglx@linutronix.de, mhiramat@kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 5.17 02/20] irqchip/uniphier-aidet: Add compatible string for NX1 SoC Date: Tue, 21 Jun 2022 16:49:52 -0400 Message-Id: <20220621205010.250185-2-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220621205010.250185-1-sashal@kernel.org> References: <20220621205010.250185-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220621_135016_577001_FBC726DF X-CRM114-Status: GOOD ( 11.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Kunihiko Hayashi [ Upstream commit e3f056a7aafabe4ac3ad4b7465ba821b44a7e639 ] Add the compatible string to support UniPhier NX1 SoC, which has the same kinds of controls as the other UniPhier SoCs. Signed-off-by: Kunihiko Hayashi Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/1653023822-19229-3-git-send-email-hayashi.kunihiko@socionext.com Signed-off-by: Sasha Levin --- drivers/irqchip/irq-uniphier-aidet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irq-uniphier-aidet.c b/drivers/irqchip/irq-uniphier-aidet.c index 89121b39be26..716b1bb88bf2 100644 --- a/drivers/irqchip/irq-uniphier-aidet.c +++ b/drivers/irqchip/irq-uniphier-aidet.c @@ -237,6 +237,7 @@ static const struct of_device_id uniphier_aidet_match[] = { { .compatible = "socionext,uniphier-ld11-aidet" }, { .compatible = "socionext,uniphier-ld20-aidet" }, { .compatible = "socionext,uniphier-pxs3-aidet" }, + { .compatible = "socionext,uniphier-nx1-aidet" }, { /* sentinel */ } }; -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel