From patchwork Wed Aug 24 22:36:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 12954051 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 1673AC48BE4 for ; Wed, 24 Aug 2022 22:38:30 +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: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=C7beh7dULipfp5O96o82SAzKXZePYshDGfivyMMnZNs=; b=kYLjfs+RqTP2Bt DsUBrV9V/FIYVZjO/2Ldea9Q1crlO2qnlLirYf9DlukBVygqkw3OxYkLDP338M5Zfa67hqBdeVjLW 98FGJ8bNu3jtRfnZG0RGm9m8ORz1zokNfdFkqEjWlRt97X3ddTwWZ5REciJmWQDOvUxl7IyncRoSI DHdNvHUrw33bbK5yL2N2ibHHXc5B3HW8Nhcj6RqKCiH3+go7Tb4VYfPWaZK+TaPOsne19cp7rIspj DtYhUN2sxoYC2Xx+lUk8Usv5QylKged1Hw4PvBcDrsHqW+fykGr8kW6SAW1QvIXbKzzaUL5j1KssD sPXx9wOZwCh75qbBUDWw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQz0C-002IEf-Fe; Wed, 24 Aug 2022 22:37:36 +0000 Received: from inva020.nxp.com ([92.121.34.13]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQyzq-002Hon-Uv for linux-arm-kernel@lists.infradead.org; Wed, 24 Aug 2022 22:37:17 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 71CEB1A13D8; Thu, 25 Aug 2022 00:37:06 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (usphx01srsp001v.us-phx01.nxp.com [134.27.49.11]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 33C731A13D3; Thu, 25 Aug 2022 00:37:06 +0200 (CEST) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.134]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id D8FA84060A; Wed, 24 Aug 2022 15:37:04 -0700 (MST) From: Li Yang To: shawnguo@kernel.org, devicetree@vger.kernel.org Cc: robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Li Yang Subject: [PATCH 00/11] accumulated dts updates for ls1043a Date: Wed, 24 Aug 2022 17:36:51 -0500 Message-Id: <20220824223700.32442-1-leoyang.li@nxp.com> X-Mailer: git-send-email 2.25.1.377.g2d2118b MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220824_153715_210970_4EDA4FB9 X-CRM114-Status: UNSURE ( 6.26 ) 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 Hou Zhiqiang (2): arm64: dts: ls1043a: Add SCFG phandle for PCIe nodes arm64: dts: ls1043a: Add big-endian property for PCIe nodes Laurentiu Tudor (2): arm64: dts: ls1043a: add missing dma ranges property arm64: dts: ls1043a: use a pseudo-bus to constrain usb and sata dma size Li Yang (7): arm64: dts: ls1043a: fix the wrong size of dcfg space arm64: dts: ls1043a: Enable usb3-lpm-capable for usb3 node arm64: dts: ls1043a: use pcie aer/pme interrupts arm64: dts: ls1043a: make dma-coherent global to the SoC arm64: dts: ls1043a: add gpio based i2c recovery information arm64: dts: ls1043a-qds: add mmio based mdio-mux support arm64: dts: ls1043a-rdb: add pcf85263 rtc node .../boot/dts/freescale/fsl-ls1043a-qds.dts | 173 +++++++++++++++++- .../boot/dts/freescale/fsl-ls1043a-rdb.dts | 10 + .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 131 +++++++------ 3 files changed, 256 insertions(+), 58 deletions(-)