Message ID | 20230728102529.266030-1-varshini.rajendran@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 C127DC0015E for <linux-arm-kernel@archiver.kernel.org>; Fri, 28 Jul 2023 10:26:07 +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: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:In-Reply-To:References: List-Owner; bh=a277QT3sELuQ4Kq063qLKcmQTrg7W67jd7w8ouxJGoQ=; b=1SPcGRK4p+vlW4 yuFoyh935dcp9kDVaPINRyjgrW+++/6bXUAMS3hFRrA6eev5ByQ4ZONFaMo9NLRIXlsrNv/caxUYo 6+NJpUqRVlhrbU79Ihr3PIkIgvn44dfkF2By/MKmNJxxnY+BrYuTu6W57Cn+oCe6rA3Hq4OZPSps4 +qaaYy+skFrYstMOaGuEbRMSIpQ/WIQ+WfupK2g1ukCgs01FCcuk9UxOZE+PXbFZw2IkiECLuWC5j esgWNp/EQJFwxVZyvbNqPagAuWro54nyFVVsrPVXnw3//U0DXWjiDZtsKiVtonotxfPnUwiwZO8wk UxwFHie/xjMO19p372pg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPKfN-002w5m-0U; Fri, 28 Jul 2023 10:25:49 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qPKfG-002w0C-0s for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 10:25:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1690539941; x=1722075941; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ywnTS5Lw8wKAM3P0r7KJql/2o/vnY0M20hU7in09Pzw=; b=aMcizL4wBdJTYl+vU/h8sCDui4qe0PFn89Fg+4TAH3Iapmt6+pUpEkrf 31lwVehmiQQAFBzW5EdI+ZgqIJUltnpLowwLeTtcTSQDEOhjnXlHwBord ag8aPJ5keJfIaVC19x+rwLHDztvUAQ72UwOiSdNXffX5/cB8TNxq5oxrp vG/Oa0Rr6HpyGgrudZxqKDmDbAZKdj0ZQqyEUNkiqnH80iRlFfaR4ve+u LDFFA7TtMO5mVbyCn4FwtoMby/mKzsbF0/U1tr9pDGXBPTkQEayHM1Mof qV802xUvaMEcxbxeujS7lOkACDsLbhIQ2pRmvNTdssrFBKzXWfUYg4IZL Q==; X-IronPort-AV: E=Sophos;i="6.01,237,1684825200"; d="scan'208";a="227047036" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Jul 2023 03:25:41 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 28 Jul 2023 03:25:38 -0700 Received: from che-lt-i67070.amer.actel.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Fri, 28 Jul 2023 03:25:34 -0700 From: Varshini Rajendran <varshini.rajendran@microchip.com> To: <lee@kernel.org>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>, <claudiu.beznea@microchip.com>, <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org> CC: <varshini.rajendran@microchip.com> Subject: [PATCH v3 15/50] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr Date: Fri, 28 Jul 2023 15:55:29 +0530 Message-ID: <20230728102529.266030-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230728_032542_375185_CD1FAB7E X-CRM114-Status: UNSURE ( 7.76 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
[v3,01/50] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
|
expand
|
On 28/07/2023 12:25, Varshini Rajendran wrote: > Add microchip,sam9x7-gpbr to DT bindings documentation. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, 28 Jul 2023 15:55:29 +0530, Varshini Rajendran wrote: > Add microchip,sam9x7-gpbr to DT bindings documentation. > > Applied, thanks! [15/50] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr commit: d9a9adb39e7a2448b925366cd301ce8a9e2c4bee -- Lee Jones [李琼斯]
diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt index e8c525569f10..3c989d1760a2 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt @@ -6,6 +6,7 @@ Required properties: - compatible: Should be one of the following: "atmel,at91sam9260-gpbr", "syscon" "microchip,sam9x60-gpbr", "syscon" + "microchip,sam9x7-gpbr", "microchip,sam9x60-gpbr", "syscon" - reg: contains offset/length value of the GPBR memory region.
Add microchip,sam9x7-gpbr to DT bindings documentation. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> --- Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 1 + 1 file changed, 1 insertion(+)