From patchwork Wed Aug 17 20:25:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 12946440 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 04A73C25B08 for ; Wed, 17 Aug 2022 20:27:00 +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=1P3B181p2g6OkB/VOYjc+SkDcnq/WDlIAZQwl3kmdBM=; b=XaWElIgpyfvtcJ vzJOQsyFeps+R+lgIhdz5DkZo2RtgkrJfSgBx2xjuHBJm6heLkX1IHeTt6LIPr7sRes7HUTo04and uRvpuQy4OIej2FFiZIJV1KXteUwkXkLcYc1tzvmhBqficb522PQLp6VplSfxkV301JyPmZoJH3wPF tIOdoRnxXo175ugUuTVnqtIzFVNkfyuLAoXB+wGtzuZB4g0sLWCAk21PGYrbN5XBZeKNR3samYi/i 5OUKH+oGEfz8cPeHf46mZlYBDlUrRmgM/FQYEi/DVlluIg8AA76GOnRxsHWLZkGs2SP1EvZlVw+P2 +eJkLXSdGRA1p3JeEgEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOPbz-006IPL-L1; Wed, 17 Aug 2022 20:25:59 +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 1oOPbw-006IKO-AL for linux-arm-kernel@lists.infradead.org; Wed, 17 Aug 2022 20:25:57 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 3055B1A0237; Wed, 17 Aug 2022 22:25:51 +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 C2A901A0233; Wed, 17 Aug 2022 22:25:50 +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 834EE4060D; Wed, 17 Aug 2022 13:25:49 -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 v4 0/2] lx216x DTS updates Date: Wed, 17 Aug 2022 15:25:36 -0500 Message-Id: <20220817202538.21493-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-20220817_132556_535744_D5088381 X-CRM114-Status: UNSURE ( 6.37 ) 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 Some accumulated updates for lx2160/lx2162 SoC and boards. v2 updates: - Dropped duplicated "arm64: dts: lx2160a-qds: enable sata nodes" - Removed binding patches which are applied in fsl-soc tree - Enables optee-tz in the missing lx2162a-qds board - added new patches "arm64: dts: lx2162a-qds: add interrupt line for RTC node" - added new patches "arm64: dts: lx2162a-qds: enable CAN nodes" v3 updates: - Dropped "arm64: dts: lx2162a-qds: enable CAN nodes" merged - Added new "fsl,lx2160ar2-pcie" compatible and use it dts update - Changed pcie_ep node name to pcie-ep - Added Fixes tag for "arm64: dts: lx2160a: fix scl-gpios property name" v4 updates: - Dropped patches from v3 that have been merged Li Yang (1): arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon Xiaowei Bao (1): arm64: dts: lx2160a: add pcie EP mode nodes .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 156 ++++++++++++------ 1 file changed, 108 insertions(+), 48 deletions(-)