From patchwork Tue Sep 7 14:22:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 12478841 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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,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 314B2C433F5 for ; Tue, 7 Sep 2021 14:24:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id E891E6103E for ; Tue, 7 Sep 2021 14:24:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E891E6103E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siemens.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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: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:In-Reply-To:References: List-Owner; bh=NZYQ9dD/GHdeVFQ+dWTVyNy/d8ZwbH4b70h4HlwHGbA=; b=n32EQc5o6bbqn8 9m+glaONOuZPjeUxwbZ+Bn4Iz4cLIeuB7uB/AfbLVqRpsBTiQ+dW3sn8Di+cHyk5tWq0Q5O1nOP8J ioLw73Ad2gh9PRce+DYwWJBxml3/6KKb1jIGct/ZM5CZl3FiUpve7ky7pICnRX/kKCfeiBMn1fOu0 gcohIw5cfX4f3eKP80kGj76yYWD1UFCKzeyoE0OFdNnCyq47U1ve1SXZ4m4UASGCDaB0OUuHNik/3 ktM23KVnDGXGkC4W80fDBfub6luS/mjWWMzYR+cxIPKhbkjcT0wlzFhnv5cBcAGeZ9H+oP2S/qco3 IXoGL38wIAHSWQvsbSQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNbzl-003qxV-1D; Tue, 07 Sep 2021 14:22:41 +0000 Received: from thoth.sbs.de ([192.35.17.2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNbzW-003qvH-T2 for linux-arm-kernel@lists.infradead.org; Tue, 07 Sep 2021 14:22:28 +0000 Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 187EMHeM020909 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 7 Sep 2021 16:22:17 +0200 Received: from md1f2u6c.ad001.siemens.net ([167.87.245.242]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 187EMGGL016799; Tue, 7 Sep 2021 16:22:17 +0200 From: Jan Kiszka To: Nishanth Menon , Tero Kristo , Rob Herring Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bao Cheng Su , Chao Zeng Subject: [PATCH 0/3] arm64: dts: Update IOT2050 boards Date: Tue, 7 Sep 2021 16:22:13 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210907_072227_290379_7EC908D4 X-CRM114-Status: GOOD ( 10.05 ) 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 This enhances the DTs for the IOT2050, primarily by added support for upcoming Production Generation 2 (PG2) and by ordering the MMC devices consistently across variants. Jan Jan Kiszka (3): arm64: dts: ti: iot2050: Flip mmc device ordering on Advanced devices arm64: dts: ti: iot2050: Disable SR2.0-only PRUs arm64: dts: ti: iot2050: Add support for product generation 2 boards arch/arm64/boot/dts/ti/Makefile | 2 + .../dts/ti/k3-am65-iot2050-common-pg1.dtsi | 46 ++++++++++++++++ .../dts/ti/k3-am65-iot2050-common-pg2.dtsi | 51 ++++++++++++++++++ .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 11 +--- ...ts => k3-am6528-iot2050-basic-common.dtsi} | 12 ++--- .../dts/ti/k3-am6528-iot2050-basic-pg2.dts | 21 ++++++++ .../boot/dts/ti/k3-am6528-iot2050-basic.dts | 53 ++----------------- ...=> k3-am6548-iot2050-advanced-common.dtsi} | 11 ++-- .../dts/ti/k3-am6548-iot2050-advanced-pg2.dts | 26 +++++++++ .../dts/ti/k3-am6548-iot2050-advanced.dts | 47 ++-------------- 10 files changed, 165 insertions(+), 115 deletions(-) create mode 100644 arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg1.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am65-iot2050-common-pg2.dtsi copy arch/arm64/boot/dts/ti/{k3-am6528-iot2050-basic.dts => k3-am6528-iot2050-basic-common.dtsi} (80%) create mode 100644 arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic-pg2.dts copy arch/arm64/boot/dts/ti/{k3-am6548-iot2050-advanced.dts => k3-am6548-iot2050-advanced-common.dtsi} (86%) create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-pg2.dts