From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86966C6FA8D for ; Thu, 8 Sep 2022 18:36:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232230AbiIHSgT (ORCPT ); Thu, 8 Sep 2022 14:36:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232129AbiIHSfu (ORCPT ); Thu, 8 Sep 2022 14:35:50 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50C2FE902E; Thu, 8 Sep 2022 11:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1662662150; x=1694198150; h=from:to:subject:date:message-id:mime-version; bh=h9p/+uX2RAB3V9XaOftI0A9VkAF/FC15sxqN67WuOvI=; b=RkWlrffHwa7BKTs4OPQf2c8gacLb6cuAERU7g1Vw1mefmUNT7KU3LbMS Nszz8Z3gcFUuK/Dd0nzUyzXquGix0EskPYEG7ZzSFu1UOEtAuYdDev0eV FQ1NH2QVkk7LlQ8e5V1XEqCJg0d80Uc1ali9XO1PFKdpXlge+/mZcA0Dy O9Ni0qFqvNt3FML7871Wrx+SuOJ51YhOoZhqjOtWobhEjIATDfIjXm1fh TLFkuXHB/LK8y5uDqKE69PfNRMY95mPJSwXjQ+bhnjHZGcpMyOZSZb4M+ OA6O0YvKnZbfg318t+6ZgRkTnPLubfmODQqNxyviZU4T4aLzfwhrwL3sI w==; X-IronPort-AV: E=Sophos;i="5.93,300,1654585200"; d="scan'208";a="173015060" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 08 Sep 2022 11:35:49 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) 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.12; Thu, 8 Sep 2022 11:35:38 -0700 Received: from AUS-LT-C33025.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Thu, 8 Sep 2022 11:35:37 -0700 From: Jerry Ray To: Krzysztof Kozlowski , Rob Herring , Nicolas Ferre , "Alexandre Belloni" , Claudiu Beznea , , , , "Jerry Ray" Subject: [linux][PATCH v7 1/2] ARM: dts: at91: Add info on SAMA5D3-EDS Date: Thu, 8 Sep 2022 13:35:36 -0500 Message-ID: <20220908183537.8004-1-jerry.ray@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Adding the SAMA5D3-EDS board from Microchip into the atmel AT91 board description yaml file. Signed-off-by: Jerry Ray --- v6->v7: - Moved the placement of the Microchip SAMA5D3-EDS entry within the file. v5->v6: - No code change - patch prefix naming modified to match with others. v4->v5: - No change v3->v4: - No change v2->v3: - No change v1->v2: - Added Device Tree documentation for Microchip SAMA5D3-EDS board --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 2b7848bb7769..9e2e66a7566d 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -127,6 +127,13 @@ properties: - const: atmel,sama5d3 - const: atmel,sama5 + - description: Microchip SAMA5D3 Ethernet Development System Board + items: + - const: microchip,sama5d3-eds + - const: atmel,sama5d36 + - const: atmel,sama5d3 + - const: atmel,sama5 + - description: CalAmp LMU5000 board items: - const: calamp,lmu5000 -- 2.17.1