From patchwork Wed Jan 18 16:28:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 13106667 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 BD66DC38147 for ; Wed, 18 Jan 2023 16:29:35 +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=cmAlh9Eg4hl832xaG1GjZ6tt20wFSBM0Nmiu9berPVw=; b=Apf7Pf+9p3XmEa CI3gr0jmZ+rMIhy8874N3Fx49v/dXN16BrOxvDEshjzUVkjjfy0utHY2Nky4NsXqWMt4CKba+enX7 GpdY2q7ZxhI/+iP1wPwwyqP1lVOlh1TkNXLAyezGUXtYpB9EYQKKrJHo5tv75JvQYjxharHCd6Nj6 pwYz3JM89uTzBKZSQt2WOLId/VMvAIP754MHCZh2DLfHiRramyirqTExR3QpFtg419zOtcqAeIl2y o+17NeaPJkVW1mvbXMSqTyi5FUujw4nEH/Zcf0pW330BbSGGe3LNohf6qknL73sW1elTjiNfhS+Od o0zybA0WMsVUiq716e+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIBIp-001p3p-6P; Wed, 18 Jan 2023 16:28:43 +0000 Received: from mta-65-227.siemens.flowmailer.net ([185.136.65.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIBId-001p14-4I for linux-arm-kernel@lists.infradead.org; Wed, 18 Jan 2023 16:28:34 +0000 Received: by mta-65-227.siemens.flowmailer.net with ESMTPSA id 202301181628226f77f13cf1cbf64c32 for ; Wed, 18 Jan 2023 17:28:23 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=jan.kiszka@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=kKCAFwGy2SwmmRR8xa0RRk8D8x4JK6IuQDlTLYzyD/I=; b=geJlaDMFR3dkdYgDZB/t/3vHbTsK+ekBYmKQoFxVY6FXa3EzNm3qSbTB1ssubOkquej+Ap 8QZl1j2x1n6VMG31goMaYjKWkQu/sv3lrJLQpXwdA/S40OOVjVzwTmB9L58n6wY0ygRnqPPx kkHzLb6LAcJ0UzF6dNsE6MMGookXE=; From: Jan Kiszka To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bao Cheng Su , Chao Zeng Subject: [PATCH 2/3] dt-bindings: arm: ti: Add binding for Siemens IOT2050 M.2 variant Date: Wed, 18 Jan 2023 17:28:19 +0100 Message-Id: <3f825ff8853b1ffd8228d3283c7da0483ddf55d5.1674059300.git.jan.kiszka@siemens.com> In-Reply-To: References: MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-294854:519-21489:flowmailer X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230118_082832_109276_0D4CBE54 X-CRM114-Status: UNSURE ( 8.48 ) 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 From: Jan Kiszka This new variant is derived from the Advanced PG2 board, replacing the MiniPCI slot with B and E-keyed M.2 slots. Signed-off-by: Jan Kiszka Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 203faab80142..7af813202f1f 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -43,6 +43,7 @@ properties: - enum: - siemens,iot2050-advanced - siemens,iot2050-advanced-pg2 + - siemens,iot2050-advanced-m2 - siemens,iot2050-basic - siemens,iot2050-basic-pg2 - ti,am654-evm