From patchwork Thu Jan 19 06:40:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 644396 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 F3D3DC00A5A for ; Thu, 19 Jan 2023 06:42:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229544AbjASGmL (ORCPT ); Thu, 19 Jan 2023 01:42:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229818AbjASGmF (ORCPT ); Thu, 19 Jan 2023 01:42:05 -0500 X-Greylist: delayed 70 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 18 Jan 2023 22:41:59 PST Received: from mta-65-225.siemens.flowmailer.net (mta-65-225.siemens.flowmailer.net [185.136.65.225]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 268D76601E for ; Wed, 18 Jan 2023 22:41:51 -0800 (PST) Received: by mta-65-225.siemens.flowmailer.net with ESMTPSA id 202301190640434b576330530cf8cc6d for ; Thu, 19 Jan 2023 07:40:43 +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; bh=XR5dnXnAVuyJ1YzhFuZwj9lsBP3CE7JnAirBt+HixVU=; b=IywdLM0ZrTM5xhneF5HG9vkgGN0gdXIiVppU2IScARDiS73PyrcOylXuQ8kbnGWuFjeG6A 95R9upyyJii1NA6b0054TnL4/Fe5hYPzpS883YhXYkd1Nx++T3yZFb2a1AdG/mdezaH8FD9T LZYwSG+bPQQ1JARwrrn0KYvSWOmBc=; 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 v2 0/3] arm64: dts: Add IOT2050 M.2 board, describe QSPI layout Date: Thu, 19 Jan 2023 07:40:39 +0100 Message-Id: MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-294854:519-21489:flowmailer Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds the devices tree for a new variant of the IOT2050 which comes with two M.2 slots and is otherwise almost equivalent to the existing Advanced PG2 variant (USB3 is available via M.2 now). Furthermore, the device tree of the whole device series is extended to also hold the QSPI layout. Changes in v2: - alphabetic ordering in binding schema and makefile - dropped an unneeded blank line in patch 3 Jan Jan Kiszka (2): arm64: dts: ti: iot2050: Add layout of OSPI flash dt-bindings: arm: ti: Add binding for Siemens IOT2050 M.2 variant chao zeng (1): arm64: dts: ti: iot2050: Add support for M.2 variant .../devicetree/bindings/arm/ti/k3.yaml | 1 + arch/arm64/boot/dts/ti/Makefile | 3 + .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 46 +++++++ .../dts/ti/k3-am6548-iot2050-advanced-m2.dts | 121 ++++++++++++++++++ 4 files changed, 171 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2.dts Reviewed-by: Siddharth Vadapalli