From patchwork Wed Aug 24 23:11: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: 12954076 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 37B63C3F6B0 for ; Wed, 24 Aug 2022 23:13:44 +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=PhAfCv6tSEiI/irvTv70JT/foPk1Hx/oW2dTr94966M=; b=UzFWZC//nCtX4V tz2M/QBsJG+Zbrqpm5SNBHfd0r3qjKzGAOD6M6MI/K+oOujc98OW2WD6FmB90F+m51yvmbXdBNfeA HcoP7OOhrFOOsqzIVPonynQM2tFKtJq276R6Z0Fi/XrMFY0TadxLRZAM1gJRlL9+sEIMvLtMQnU9F wF5F2Nq9/zI/pSQC58I1iaYk0dUQqO1tMnsSuo2Ji8O4vyqFiBHV1cM0UsgndJ0em4id8+ZkgJ2u5 sgmqI5IUtm4AVSHQMFu+1Jgs/XhE1JxMDCDvgqc4vpuH8I1yytXq73lYC2+AGLrEqr+oMMeSqzEGx 1SGuX4JE558EkqAXB2mw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQzXi-002kg3-9P; Wed, 24 Aug 2022 23:12:14 +0000 Received: from inva021.nxp.com ([92.121.34.21]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQzXf-002kcZ-BR for linux-arm-kernel@lists.infradead.org; Wed, 24 Aug 2022 23:12:12 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id C18AB2006BC; Thu, 25 Aug 2022 01:12:08 +0200 (CEST) Received: from smtp.na-rdc02.nxp.com (usphx01srsp001v.us-phx01.nxp.com [134.27.49.11]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 834FF2014DD; Thu, 25 Aug 2022 01:12:08 +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 3B8E740AA2; Wed, 24 Aug 2022 16:12:07 -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 0/9] accumulated dts updates for ls1046a Date: Wed, 24 Aug 2022 18:11:51 -0500 Message-Id: <20220824231200.494-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_161211_549498_BB88BB0D X-CRM114-Status: UNSURE ( 5.91 ) 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 (1): arm64: dts: ls1046a: Add big-endian property for PCIe nodes Laurentiu Tudor (2): arm64: dts: ls1046a: add missing dma ranges property arm64: dts: ls1046a: use a pseudo-bus to constrain usb and sata dma size Li Yang (4): arm64: dts: ls1046a: Enable usb3-lpm-capable for usb3 node arm64: dts: ls1046a: make dma-coherent global to the SoC arm64: dts: ls1046a: add gpios based i2c recovery information arm64: dts: ls1046a-qds: add mmio based mdio-mux support Pankaj Bansal (1): arm64: dts: ls1046a-qds: Modify the qspi flash frequency Xiaowei Bao (1): arm64: dts: ls1046a: Add the PME interrupt to PCIe EP nodes .../boot/dts/freescale/fsl-ls1046a-qds.dts | 158 +++++++++++++++++- .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 112 ++++++++----- 2 files changed, 225 insertions(+), 45 deletions(-)