From patchwork Wed Feb 14 08:03:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13556053 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 71129C48BC4 for ; Wed, 14 Feb 2024 08:04:46 +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=Fj16b1E85qKZMqPpb2Fw/XvcCoz6xITZLSd5k2eNVrE=; b=1yUUB/Hd1Ljun4 995R6b0b5Q+hBrDG4S6OVDrTsyfxERONVINR8MT5Bq4q0KXGYXtTiT1HxSjVvcpoP+K68qDY7nzMe k8cQpdj3LPrnjj6wsSGRjLCyAxr627tYnc8WmAYccTicvFF41cS8wUIHmtzYMjxors+3mpSaU91T/ 1mp/dQHzUelBlDkFPiDajfzcKL+nQB+GzTBMyZr5ZNDtgqXG7du6ZUNbfNhssPAYYVAkMFvSFYnN+ Suwms5IfiU6RkS6X4AKC8SaFwyil4n9hR4uympcjsChqaIMWN72JfCdd9aoH5tGhxTbQfIuoYViEA ONRPAKD8BhqvbAhdovQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raAFi-0000000C6ar-3ksF; Wed, 14 Feb 2024 08:04:22 +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 1raAFf-0000000C6ZS-14DX for linux-arm-kernel@lists.infradead.org; Wed, 14 Feb 2024 08:04:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1707897859; x=1739433859; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0AumbT9VD7jrQpuV2WNJF2ZTS/F/XT/yJPrnJl5acKE=; b=JAMGnGN+R9WuTr7+7ehDdl2muj4okdIbQiyKfSSbJMCUKc6UfuFqXi9R ybiPrmTg43gEHKJJcHu/Gr73+LzQ9/PDuyKtzfr84tFZEezGr6sJEwoE2 eeqWcpoxuhQj5hNSFfthrzfa8Lv1W/0N73dRumUWwJEPOfDqf+5UX5ZEh i+fhbdWIbClgPSG3NzTLkklcy7lsPnbXaUypUC+vOgskw6XbqqtEHUd4c xiqhrXft8ARXkGp+Cd1SBsfJrAntAaLDekHgrrTklBFueFDy+JLsNNrRd Rod3fFSJ7Cn5yBZQDscsgSKFVk1FVliDXZqlyDDkkBxaJkB0X2+ZdDkA/ w==; X-CSE-ConnectionGUID: 5EMCBeoZQRC2nXyc/ouEeQ== X-CSE-MsgGUID: YPtgnR9uSziuzLevygoeXA== X-IronPort-AV: E=Sophos;i="6.06,159,1705388400"; d="scan'208";a="17666783" 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; 14 Feb 2024 01:04:15 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) 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; Wed, 14 Feb 2024 01:03:59 -0700 Received: from virtualbox.microchip.com (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Wed, 14 Feb 2024 01:03:56 -0700 From: Mihai Sain To: , , , , , , , , , CC: , Mihai Sain , Krzysztof Kozlowski Subject: [PATCH v2 1/3] dt-bindings: ARM: at91: Document Microchip SAMA7G54 Curiosity Date: Wed, 14 Feb 2024 10:03:46 +0200 Message-ID: <20240214080348.7540-2-mihai.sain@microchip.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240214080348.7540-1-mihai.sain@microchip.com> References: <20240214080348.7540-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-20240214_000419_329719_FFB28F2F X-CRM114-Status: UNSURE ( 7.80 ) 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: