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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 8DE6CC28CBC for ; Sun, 3 May 2020 15:42:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E4E9208DB for ; Sun, 3 May 2020 15:42:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588520577; bh=7aBAnRak5Bldx4cBNSXIUSnVBTzqbPpz13Ef8H6bw6Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=D8yh/V39/qV2aGmjQJGC50gqDMRW6Yj4j1Pm2IyLS/1QhVRhSoQHlxUD2yc1FbqIe lEYNY61aAPkn2ToH6/5a6ctBzL2HVWc0FvXJiFSS967V3U6wQDn5eZpGDeqyTGin4p yptrkf2F4xolXnhXnA44PBBeg29g6yumDKxTbclc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728863AbgECPmy (ORCPT ); Sun, 3 May 2020 11:42:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:57918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728677AbgECPmx (ORCPT ); Sun, 3 May 2020 11:42:53 -0400 Received: from localhost.localdomain (unknown [157.51.190.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DC13120757; Sun, 3 May 2020 15:42:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588520573; bh=7aBAnRak5Bldx4cBNSXIUSnVBTzqbPpz13Ef8H6bw6Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Aq/BgKqFcEA6X3mO+aV+xV78JvN0UdXQAuZJB3FoMDiiG3O/Z9c3sMiBsK6LmOZGm vX5oaj4eqMOLp3+xhodbU2uqsHhbbUIMKxvk2cq0bWopNdSP2lnBdTB2FWoI0BJH9O XBaR3X3446MnWQYuyiiCKUAg9BzQajIn9371atC0= From: mani@kernel.org To: robh+dt@kernel.org, mcoquelin.stm32@gmail.com, alexandre.torgue@st.com Cc: devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Manivannan Sadhasivam Subject: [PATCH v2 5/6] dt-bindings: arm: stm32: Document IoT Box compatible Date: Sun, 3 May 2020 21:12:14 +0530 Message-Id: <20200503154215.23654-6-mani@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200503154215.23654-1-mani@kernel.org> References: <20200503154215.23654-1-mani@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Manivannan Sadhasivam Document devicetree compatible of Shiratech IoT Box. Signed-off-by: Manivannan Sadhasivam --- Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index 3849f1d0e03e..790e6dd48e34 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -39,6 +39,7 @@ properties: - enum: - arrow,stm32mp157a-avenger96 # Avenger96 - lxa,stm32mp157c-mc1 + - shiratech,stm32mp157a-iot-box # IoT Box - shiratech,stm32mp157a-stinger96 # Stinger96 - st,stm32mp157c-ed1 - st,stm32mp157a-dk1 -- 2.17.1