From patchwork Mon Jul 29 07:08:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 13744463 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 0D681C3DA4A for ; Mon, 29 Jul 2024 07:13:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding: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=1nTkk7hECbF5+VH4rjDC5yw3IBO10FUTLAjkMeHFGOM=; b=ZmGahQGPbwNXbYMT1gS/bGfCHs VHp6vFxL5c7oun08IlpQFMJG+s12LMFTV4MoMpKGXXo1EL1SpHyi6HhjbyPDGCSiU5p5YX29tsfZw 7xDMRGg0yEk23EuAaBoiPchLQBRomJ0kDdFdadoFJ53Fhh2W/v6TPAWNORjvmMgdT/VgWPPOkIYdG 9PBtQmsRK50f15+TTE1rixY5UHyuGVcusxlMQ6xfNXfhc3YStJZRoTYoYvbCIbtlPUi7OoTYsTavg PmFc9NZ+wGQ7UelHipnZXgMk6f0aiaIx9VxDmbuq8XUZBbf/2tQLs2Jklx/NjJ5V/t1GQ3bg+sCPP VfsdYoug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sYKZE-0000000AIPk-1xsu; Mon, 29 Jul 2024 07:13:12 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sYKV9-0000000AGpb-0M4R for linux-arm-kernel@lists.infradead.org; Mon, 29 Jul 2024 07:09:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1722236939; x=1753772939; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PkbeR8nMl2Je78nVLSik0CIhm+m2k0l233024j1jZ2A=; b=TGeH7k5g3jfKvzDauGqArZORcjloX2rpbxtI6R/qBhaOj/zp2inPsKaa 3nwiohS/qr24fevzPG9O8gyamEScRm2dIGvqa3xK+KesQ/bhBSSJvNfG4 6hqs2n2htabrO9bUfqYGuTWf0RmfpGRPZ5gQDQOr8+KpCLjbxSyrSP8Up +11Z4C3EqlZT2wu+uLUtVxFpkBiTUKtZq9ZmHLbaHO92ax6/NpyBDdVWT xS3zPXD2jF2EZSiSIA5MXaVfQ6qbYkxv3cg+RHs7gkddsnbHmiKGkzexi c0ike1QzfcQz4a22ZUOXuU1xVZceSyqtQWKnbSyH0Idigom8bRMsZJ6We A==; X-CSE-ConnectionGUID: d7Ga9gurQMCZbHEbIOFBiA== X-CSE-MsgGUID: dqJJv2T6SQ280dqbNSk48A== X-IronPort-AV: E=Sophos;i="6.09,245,1716274800"; d="scan'208";a="260698357" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 29 Jul 2024 00:08:58 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 29 Jul 2024 00:08:29 -0700 Received: from che-lt-i67070.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 29 Jul 2024 00:08:24 -0700 From: Varshini Rajendran To: , , , , , , , , , , CC: Subject: [PATCH v6 16/27] dt-bindings: interrupt-controller: Add support for sam9x7 aic Date: Mon, 29 Jul 2024 12:38:18 +0530 Message-ID: <20240729070818.1991013-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240729065603.1986074-1-varshini.rajendran@microchip.com> References: <20240729065603.1986074-1-varshini.rajendran@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240729_000859_154555_80B53147 X-CRM114-Status: GOOD ( 11.18 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Document the support added for the Advanced interrupt controller(AIC) chip in the sam9x7 SoC family. Signed-off-by: Varshini Rajendran --- Changes in v6: - Changed the compatible list to only sam9x7's. Removed the Acked-by tag as there is functional change in the patch. --- .../devicetree/bindings/interrupt-controller/atmel,aic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml index d4658fe3867c..d671ed884c9e 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml @@ -23,6 +23,7 @@ properties: - atmel,sama5d3-aic - atmel,sama5d4-aic - microchip,sam9x60-aic + - microchip,sam9x7-aic reg: maxItems: 1