From patchwork Tue Feb 13 08:56:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13554738 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 451A5C4829A for ; Tue, 13 Feb 2024 08:57:02 +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=jrLIRW76nqjK3MLpyPPhP+uH4B+OmTGqtkTL+sJfoZk=; b=VvNWDksHNvSmCR f+5lT2+XwTY7f2KNuTpr2K76YX/WtlxFf/W8oMx1pp2DponSJ8ypAa43CJ+mqV2DJmTUB7cDVcyZY nCY7ycvM8qlj4TONuGmj6Worvjcafuok4ZnS1hWqJSWa8cmqWxX9+ChqMaS8y0p/IomteTDBvucxh I/sqa8I5alWnW6daRUysRxhqeCARg9ZiHJs8ILPhhKiwW3W/rbsFf8ZdPy5BZ+eesxUeHaeVceRx4 EUgRyT45aqn6Ij9mvrj2++XjNdWZng5SkAJE1WSi0AaZZTngnELwq9nQCymT1hrn5pzTcvYp6hyGA 560W4R613RwBNbfEJ2nQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZoaw-00000008W22-47rz; Tue, 13 Feb 2024 08:56:50 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZoaq-00000008Vyw-1Z5T for linux-arm-kernel@lists.infradead.org; Tue, 13 Feb 2024 08:56:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1707814604; x=1739350604; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Z9T600NECZrWahsm619Mm8SqCKLiaWqAJuUPPk3JSEE=; b=Q+jmGyP5NMqLB2c1dI+xeI9bMfkEfoRsEfhBwxAwHpEUJ9nZdnsQCM60 nSbxmDpM0q6fNANr8R572boCushX2hzLp1s7kc1Zr+1b23XC2WoL9Wo1z hC5/cUU8q13ZfpSnZE73LjlsO8eKTZtLhZ4DehzpfETkfo9rbNAQ8O+zf MG6kdOyyXaFnq8Hy9R16W0W4EWjvbDNWBSIEACEawiMEpQS7jiCUZHNu2 nDS+CzoKh+xZj3DrNnHO57hfrh3P7ufHsJNgTMa696TYJ8lrp8iKqTv1x fv5KDJikO+7DuX65qAZeEzo/Z6QlFrp62oBaJotOaG02ht0U2QrjrD31Z g==; X-CSE-ConnectionGUID: Tcx08rzESzahUneDj9mfvQ== X-CSE-MsgGUID: h6M8831uRp6QpmqYoV/afw== X-IronPort-AV: E=Sophos;i="6.06,156,1705388400"; d="scan'208";a="183422417" 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; 13 Feb 2024 01:56:38 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Tue, 13 Feb 2024 01:56:26 -0700 Received: from virtualbox.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; Tue, 13 Feb 2024 01:56:23 -0700 From: Mihai Sain To: , , , , , , , , , CC: , Mihai Sain Subject: [PATCH 1/3] dt-bindings: ARM: at91: Document Microchip SAMA7G54 Curiosity Date: Tue, 13 Feb 2024 10:56:12 +0200 Message-ID: <20240213085614.26804-2-mihai.sain@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240213085614.26804-1-mihai.sain@microchip.com> References: <20240213085614.26804-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240213_005644_498769_19F413F4 X-CRM114-Status: UNSURE ( 7.52 ) 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 Document device tree binding of the Microchip SAMA7G54 Curiosity board. Signed-off-by: Mihai Sain Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 89d75fbb1de4..82f37328cc69 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -179,6 +179,12 @@ properties: - const: microchip,sama7g5 - const: microchip,sama7 + - description: Microchip SAMA7G54 Curiosity Board + items: + - const: microchip,sama7g54-curiosity + - const: microchip,sama7g5 + - const: microchip,sama7 + - description: Microchip LAN9662 Evaluation Boards. items: - enum: