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