From patchwork Fri Jan 10 15:25:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 13935086 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 5A2AAE77188 for ; Fri, 10 Jan 2025 15:55:21 +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=NP2tg5M5BstwrE4rb5+QBH+28CpybiGjlFefOr7WAdI=; b=JkamDRiCY2k/5tGDhZo/DhENik 0xSNnnUgGLQMmpJO7CaJCJOzWqFfEMJ6qLMeZX0/Fa6FpygIDt6h+v+Y/EnAzuSc/pMWKYCFZtc0a HKqtTMlyyQVilwaJqiJgdUkLul67R5w/H0R1qhGYk8CsuLPN7IfNHm/MlnFByc4Ypaplrq4qKMYbD 7qiC/Rn2n1n7s7gr4ZCAWYi51v4Fy8mT5zQepBc9+vZLogLUty3N/UOwnluAi/mRcugZwmhj+FYCm clqQZE+1aeEoWxGb5AFISCK76lWRANxmCEnXozvgB5Ba8n0+oNzFwiMuFwMjL2kbHpDVgy6zp5umH McWXTC8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tWHLn-0000000G72Z-2Zlj; Fri, 10 Jan 2025 15:55:07 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tWGuA-0000000FutT-0hA3 for linux-arm-kernel@lists.infradead.org; Fri, 10 Jan 2025 15:26:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1736522794; x=1768058794; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T+l6OVVT45tzMYV8TY6DeZg93MwIQ0gaakx3sxA0rT0=; b=OfurQnDT+nddOcKlOTfXsD/lKRJ8tDv/K/IlSWg4VVWrLVzuLPqzYN59 ic7UwfCz6ZGCQ95PCpgszXLkSJ5g2ufXuUtCfBo6KkqQ+BkiZSu//3wiD 3D0Cpgat+8/is9iTb9tQ6XomavFFURBKDdnUdM2lvxaNkeyCLD2xJWIh4 j36xXmN7hTJP4PprQBmjF9cnN5v59yi9g6+hzDnD6f5as0DzD0r+n651g No5vFk5Q6O2vdUSoIL+2WiuIHSDVL0lu7cBj+u2+UE4D7hWgtE5YE3gD6 MXa7Fz2Hp20t7eiJfPytXxA/9Y/MxvmxLXj3yAbBj4L6I0o9LAxYH4PmU g==; X-CSE-ConnectionGUID: 8P7/xEcLSzCWvc1kzBnXOg== X-CSE-MsgGUID: OyVO+Yq2RjeL8c9vRXHmxA== X-IronPort-AV: E=Sophos;i="6.12,303,1728975600"; d="scan'208";a="40252494" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 10 Jan 2025 08:26:32 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) 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.35; Fri, 10 Jan 2025 08:25:52 -0700 Received: from ryan-Precision-3630-Tower.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; Fri, 10 Jan 2025 08:25:52 -0700 From: To: , , , , , , , , CC: , , , , , , , , , , , Subject: [PATCH v6 1/3] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart Date: Fri, 10 Jan 2025 08:25:40 -0700 Message-ID: <07aa3489013b4d4105edb50d99fbee6a70ffca1e.1736522006.git.Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250110_072634_213742_D3053EA7 X-CRM114-Status: UNSURE ( 8.66 ) 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: 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 From: Dharma Balasubiramani Add SAMA7D65 USART compatible to DT bindings documentation. Signed-off-by: Dharma Balasubiramani Signed-off-by: Ryan Wanner Acked-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml index f466c38518c4..087a8926f8b4 100644 --- a/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml +++ b/Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml @@ -26,6 +26,7 @@ properties: - enum: - microchip,sam9x60-usart - microchip,sam9x7-usart + - microchip,sama7d65-usart - const: atmel,at91sam9260-usart - items: - const: microchip,sam9x60-dbgu From patchwork Fri Jan 10 15:25:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 13935088 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 C22C1E7719C for ; Fri, 10 Jan 2025 15:57:49 +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=dUjOiPvUZbBTE7tHn8uwtS6FeeRQ0GUbztROFoybaIM=; b=ar6Jomxxsg8xBYzVJrdrWHxjvM iaUtFO4ogJAaIT7Lzcs7LCMApMWrCTzYUIHsCxMHD/v7tKep+Eh4xYVC31pOIbuAstG7bGHKBU5/T 4WcTREXwlulMQToGCcpNFDWuV0iuL3wSFGRYNN+2VAVWXUl3kgN4lL1/g1Ls4euHvDc1VR83Fddai igj2bDvOflGgMxOkgYDGRzJCHoFzWITxeDR3mkFYJwvq1cGwVR6Q65WKcVGVsTSiiSyT7REpw7zcE vkbwVyLtu3LRuOa42/j6y7bbXPRW9s8CqK/EzRbiSLNkgLhMgkZFOb6xuU75i/uLMdMSoqv260M0r lRfiG2qw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tWHOC-0000000G7Z3-03D1; Fri, 10 Jan 2025 15:57:36 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tWGuf-0000000Fv2Z-1mqt for linux-arm-kernel@lists.infradead.org; Fri, 10 Jan 2025 15:27:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1736522825; x=1768058825; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tkTOYHY7R/B78zoatm15ZoMCaySho/QN7uoUcwZA5m0=; b=PDQA+8mkWW+dPwOg0VWcrCZC8Xu0VYwoWzNeGka3dYBGqNMGAI1PD/Rj OK/lO7+3ll7Vq5EgUkB960jWW50dk5qrz5nRUhyhLlJFIDLb4iP/HXJaZ dbUOb5yqwjFIOh4O+Zb6ZAqWDck5MVFYdCDVF8+sAQyNrDx22qhKhBVaj DTpNKgZPRyyxT1WbMfKc725HjhG7NcvHg8clCDA9DEGTae+7eiabML6/T TcKcgt2VXrALQFrALdjFcZYonw0sT9b27udPDhBzIC62oy0tkzv+TpH6b k6wvBFrx17PyUGyGlmlf755UDCI0psZA3TGnOJJxrTH/s6TWe38KThhFr g==; X-CSE-ConnectionGUID: EfVstCxrTPeDtavimu1NHw== X-CSE-MsgGUID: 52MgwlluTxOOs9zroo6fDg== X-IronPort-AV: E=Sophos;i="6.12,303,1728975600"; d="scan'208";a="203886132" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 10 Jan 2025 08:27:03 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) 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.35; Fri, 10 Jan 2025 08:25:52 -0700 Received: from ryan-Precision-3630-Tower.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; Fri, 10 Jan 2025 08:25:52 -0700 From: To: , , , , , , , , CC: , , , , , , , , , , , Subject: [PATCH v6 2/3] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl Date: Fri, 10 Jan 2025 08:25:41 -0700 Message-ID: <821255840c09d8d9cebbb1f2daaedd8a7c138875.1736522006.git.Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250110_072705_525719_DE361CE1 X-CRM114-Status: UNSURE ( 9.30 ) 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: 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 From: Dharma Balasubiramani Add pinctrl bindings for microchip sama7d65 SoC. Signed-off-by: Dharma Balasubiramani Signed-off-by: Ryan Wanner Acked-by: Rob Herring (Arm) --- .../devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt index 774c3c269c40..81a05a09f19f 100644 --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt @@ -6,6 +6,7 @@ configure it. Required properties: - compatible: "atmel,sama5d2-pinctrl" + "microchip,sama7d65-pinctrl", "microchip,sama7g5-pinctrl" "microchip,sama7g5-pinctrl" - reg: base address and length of the PIO controller. - interrupts: interrupt outputs from the controller, one for each bank. From patchwork Fri Jan 10 15:25:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 13935087 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 F03E3E77188 for ; Fri, 10 Jan 2025 15:56:34 +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=1shZjGq9vbNUWRAFYyLR1ipX4x5aIgLmRe72cEJrctU=; b=Yx1ZMSf2pG6l9jUVgkoC2KX1gm Q5tIdoSeBbIcCd8msHlk2ybqItK93fqwVoQa2D+3bMVn6xGHowkCXokBlOMFIBd3tUMrLwIRRoATl AwIqsPtk9kg5Td1o/jAUlDFgFzv3DMCLK2Bl+mhsX/VMdRLbNCxM7XRidjd8IaNsMg19OvBH0KpEH A62J9yKH4aPnbkUhJl/M40TAFN3F2gvW90eoYm9dDF6ztaSsmvb2iMI0RVXoqJwdHMEx4yd7ew52D GJoUlSK86gsLEvatnie43Dz2nD52aVSigr2hg5nYnOqo5ajpfO5gRGq9lk0LC0sGgnDltvAt4BizQ +exOCM7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tWHN0-0000000G7HT-1Jh1; Fri, 10 Jan 2025 15:56:22 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tWGuB-0000000FutT-1PTE for linux-arm-kernel@lists.infradead.org; Fri, 10 Jan 2025 15:26:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1736522795; x=1768058795; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=So/Nxhxmf5OjkDlEr9qmVGJaHBrSosIJeOjBNusjAwQ=; b=keFqWdzr8o0w05HO9STo1CnhiswuJp55wKTGiFrRxH/OwaFWmYakRNeE EfaslkHtPhJbR4/7SAzp1ukQmrTB1mvcoUGPe1cVf1cyU0NRBT50F+jLA 4bFWZl/hGNzwgI9UkgYrYBDBkwu2ahgT3DqEDghvj6O4Doq5ugzdbnROS LVDajl7DLDUjwBJlPjygT2M1lvL3l0s4pkaVyiinta054DGO+DmHr2RcN 890k5IIEyuChyb/PBzBkXyrRcwntwGSNKIXlvZS9XJC6ZT+jXPDuXgsiK RGr9DAcSBvLYo/t0Djeh0xRVQK4ITg1VU0Mkty/KtjhcZ2K5xkG27lb5N A==; X-CSE-ConnectionGUID: 8P7/xEcLSzCWvc1kzBnXOg== X-CSE-MsgGUID: NBZadZqVRLuYWsu+mBbcUg== X-IronPort-AV: E=Sophos;i="6.12,303,1728975600"; d="scan'208";a="40252499" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 10 Jan 2025 08:26:33 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) 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.35; Fri, 10 Jan 2025 08:25:52 -0700 Received: from ryan-Precision-3630-Tower.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; Fri, 10 Jan 2025 08:25:52 -0700 From: To: , , , , , , , , CC: , , , , , , , , , , , , "Krzysztof Kozlowski" Subject: [PATCH v6 3/3] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom Date: Fri, 10 Jan 2025 08:25:42 -0700 Message-ID: <9656d46ee0255b9aba404d77d2d204376a9cb248.1736522006.git.Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250110_072635_379460_DEA7FEF5 X-CRM114-Status: UNSURE ( 9.35 ) 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: 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 From: Dharma Balasubiramani Add flexcom binding documentation for sama7d65. Consolidated entries into one enum to match proper coding style. Signed-off-by: Dharma Balasubiramani Signed-off-by: Ryan Wanner Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/mfd/atmel,sama5d2-flexcom.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/atmel,sama5d2-flexcom.yaml b/Documentation/devicetree/bindings/mfd/atmel,sama5d2-flexcom.yaml index 0dc6a40b63f4..c7d6cf96796c 100644 --- a/Documentation/devicetree/bindings/mfd/atmel,sama5d2-flexcom.yaml +++ b/Documentation/devicetree/bindings/mfd/atmel,sama5d2-flexcom.yaml @@ -19,12 +19,11 @@ properties: oneOf: - const: atmel,sama5d2-flexcom - items: - - const: microchip,sam9x7-flexcom + - enum: + - microchip,sam9x7-flexcom + - microchip,sama7d65-flexcom + - microchip,sama7g5-flexcom - const: atmel,sama5d2-flexcom - - items: - - const: microchip,sama7g5-flexcom - - const: atmel,sama5d2-flexcom - reg: maxItems: 1