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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC803CA9EA1 for ; Fri, 18 Oct 2019 14:07:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8A1DC222C5 for ; Fri, 18 Oct 2019 14:07:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2633849AbfJROHv (ORCPT ); Fri, 18 Oct 2019 10:07:51 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43069 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2408322AbfJROHu (ORCPT ); Fri, 18 Oct 2019 10:07:50 -0400 X-Originating-IP: 86.207.98.53 Received: from localhost (aclermont-ferrand-651-1-259-53.w86-207.abo.wanadoo.fr [86.207.98.53]) (Authenticated sender: kamel.bouhara@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 59F06E000D; Fri, 18 Oct 2019 14:07:47 +0000 (UTC) From: Kamel Bouhara To: Rob Herring , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , linux-arm-kernel@lists.infradead.org Cc: Thomas Petazzoni , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kamel Bouhara Subject: [PATCH 1/2] dt-bindings: arm: at91: Document SmartKiz board binding Date: Fri, 18 Oct 2019 16:06:57 +0200 Message-Id: <20191018140658.31703-2-kamel.bouhara@bootlin.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191018140658.31703-1-kamel.bouhara@bootlin.com> References: <20191018140658.31703-1-kamel.bouhara@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document devicetree's bindings for the SAM9G25 SmartKiz board of Overkiz SAS. Signed-off-by: Kamel Bouhara --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 666462988179..f8053268cfa5 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -49,8 +49,16 @@ properties: - const: atmel,at91sam9x5 - const: atmel,at91sam9 + - description: Overkiz SmartKiz Board + items: + - const: overkiz,smartkiz + - const: atmel,at91sam9g25 + - const: atmel,at91sam9x5 + - const: atmel,at91sam9 + - items: - enum: + - atmel,at91sam9g25 - atmel,at91sam9g15 - atmel,at91sam9g25 - atmel,at91sam9g35 -- 2.23.0