From mboxrd@z Thu Jan 1 00:00:00 1970 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 B2CBFC3F6B0 for ; Wed, 24 Aug 2022 23:12:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229452AbiHXXML (ORCPT ); Wed, 24 Aug 2022 19:12:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229903AbiHXXMK (ORCPT ); Wed, 24 Aug 2022 19:12:10 -0400 Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09E407FFB1; Wed, 24 Aug 2022 16:12:10 -0700 (PDT) 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 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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(-) -- 2.37.1