From patchwork Thu Sep 22 21:40:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 12985810 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 1CB35C54EE9 for ; Thu, 22 Sep 2022 21:41:46 +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=9i+Xl4nfZqszHUlPFDT5RLe+qFl10ebb4wgfyCruTXU=; b=WhBiFc7WL8a6Aa Oo4OJsfBNpoZtPQTIM+a54JQq6F7NNZUqE+hLFMT46oAfL9psqG9Sa4LI/oP5LMj9/qdjYUht9HdH u+otx5NGbYy+Se0bFUTVrRNjqRwVUlriKHTU1xmWNRFhv427GDHbfy43HhA8eNPh6V1qZ37wlRPoH 1scrPfrvM6qyQRTEfSAYTi7B7UHVVGqmeqBt7vR8zadqyHU5h9CqWdnccDOF1ke/repdHwxuJgFIi IVgvWDwzrJXj/SYQHbkhH/R6dr5oPmvntrs/Oe8Kfq9OPUEm/6H6wA/HGP8piN0s/BV9cSwQ7Db1l nvwyadD6jRuQD9YgW7YA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obTw3-000Li9-Dv; Thu, 22 Sep 2022 21:40:43 +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 1obTvz-000Lf6-Bh for linux-arm-kernel@lists.infradead.org; Thu, 22 Sep 2022 21:40:40 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id B43A61B3DBF; Thu, 22 Sep 2022 23:40:33 +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 7505A1A0A30; Thu, 22 Sep 2022 23:40:33 +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 3438940A9F; Thu, 22 Sep 2022 14:40:32 -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 v3 0/9] accumulated dts updates for ls1046a Date: Thu, 22 Sep 2022 16:40:21 -0500 Message-Id: <20220922214030.9004-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-20220922_144039_557902_DDFA72BC X-CRM114-Status: UNSURE ( 7.52 ) 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 v2 updates: - Style fixes - Updated to use MACROs for interrupt and gpio property - Remove dma-coherent for remaining nodes under SoC v3 updates: - Added dma-noncoherent exception for edma 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 nodes for FPGA Pankaj Bansal (1): arm64: dts: ls1046a-qds: Modify the qspi flash frequency Xiaowei Bao (1): arm64: dts: ls1046a: Add the PME interrupt and big-endian to PCIe EP nodes .../boot/dts/freescale/fsl-ls1046a-qds.dts | 157 +++++++++++++++++- .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 118 ++++++++----- 2 files changed, 226 insertions(+), 49 deletions(-)