From patchwork Mon May 29 16:20:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TORGUE X-Patchwork-Id: 13258783 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 77861C77B7E for ; Mon, 29 May 2023 16:22:52 +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=4/HnkU3EUyLxXOBhRKy3N3OZk1peK386I07IS1AL2C8=; b=2uXENjEe+D45gS 1k5XA7zq56BqsYDThpvoqaANK5th7Ric6xmBZfRJ7R1WVQv8+c1BdVMSWy+smNpvyvujmM+15XPUG bnIrKaKLpyTYG3yR74Cf9gfK+3EWvsj0GCrDNSNL1FwberhOfb4iPrecV/ytm030mzwy5cDjiBXAA QhKnj8G/uckKFhyiNL5YOmPrNYRNxUYP134BqVsA4IjX3gfOa593HxVGay8iJkL2BRLSbyWO87DN8 et8Z2mUqePiWHVhcuPXe3518FVWxd0Nf/mYkgzgNl/5veLjvNonxilufgprigZHvz4J9+28jM00OQ KbxvL7BetEKKuY9h46yg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3fdg-00B64C-35; Mon, 29 May 2023 16:22:32 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q3fdS-00B5wI-2o for linux-arm-kernel@lists.infradead.org; Mon, 29 May 2023 16:22:21 +0000 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34TBP6Wa020334; Mon, 29 May 2023 18:22:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=selector1; bh=enYQhtNXlOPwr35FdG0yc+1kkyx25zReesmd4En5xHA=; b=YLUfMCjtqCildJpXEm55Fjyoq7X5/XRQv8eYDHI8mPctsJ6vLEvRhvqf4CNZwP431pFQ 2qegsGp/6UWyTTLgtO0907MmSzk/OV4J+zg1MLMqHOZNIE8lC6YX6xoZ88kxP9AOrb6M sRDHncIyHeMj4ymJi519ZJXpcakBa4fwW0CCHgf5nSP+2LzV+cESydrf1wv+lFl5OeTZ DdptucxXD639FgQ08kIE8i6yrmHUmFlLfqyZivKjlKGM3Mr06LH4zTWvzteouwvsZjNN T+TzUH81+nUSp/5KQzrGY4El+3zaN2vB6RN+SElALpp0HQ3uERdu9PjqsqF9VS7Dm0uM MA== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3quakpaup5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 29 May 2023 18:22:09 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 413CF100039; Mon, 29 May 2023 18:22:08 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 2B5E7233C95; Mon, 29 May 2023 18:21:46 +0200 (CEST) Received: from localhost (10.201.21.93) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 29 May 2023 18:21:45 +0200 From: Alexandre Torgue To: , , Conor Dooley , Linus Walleij , Catalin Marinas , Will Deacon , Arnd Bergmann , Olof Johansson , CC: , , Alexandre Torgue , , , Subject: [PATCH 08/11] dt-bindings: stm32: document stm32mp257f-ev1 board Date: Mon, 29 May 2023 18:20:31 +0200 Message-ID: <20230529162034.20481-9-alexandre.torgue@foss.st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230529162034.20481-1-alexandre.torgue@foss.st.com> References: <20230529162034.20481-1-alexandre.torgue@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.21.93] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-05-29_10,2023-05-29_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230529_092219_193845_32090E44 X-CRM114-Status: GOOD ( 11.06 ) 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 Add new entry for stm32mp257f-ev1 board. Signed-off-by: Alexandre Torgue Reviewed-by: Conor Dooley diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index 7d7ca33d2e61..e5b929a52646 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -167,7 +167,10 @@ properties: - const: st,stm32mp253 - items: - const: st,stm32mp255 - - items: + - description: ST STM32MP257 based Boards + items: + - enum: + - st,stm32mp257f-ev1 - const: st,stm32mp257 additionalProperties: true