From patchwork Fri Dec 3 23:54:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 12694733 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 D814CC433F5 for ; Fri, 3 Dec 2021 23:56:39 +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=ke+PJPr4cHL5vcbsks/reIzQdk8t2i3r6bb1oF2Tv40=; b=nLVYTA2K6BA8Xp UHi2ZlAMn+C2Z56nxt3DhNuToHgm/LExGnPtSbAmJbSNdFEOA1povpSfyfs1fsrALnFyoI7YbPCOH WMF60y91WHr4Wn6hNq4o+SJoSgspS8YCnjnEMzyb2GvlpGMkHiUKJhwuJYyobx99cjsJMPn3iPrJj PzeokLrdIvXGMQpAbqwDDMae9lYDHLPZ37vOqQ+w6DPwYBYwv+CVzQhjA/2Q1O2OD6bKnqGbelGqA zmXYmujMYdWoQKbyhhdp8s5uRPD9ScmXIZ8OXwVTdEHwFe/dtLqx5FRlkX5T1im+qVLwEJDHl3MtA BWeQVB6EYxQ3pkoSopiQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mtIOM-00HBoj-Cm; Fri, 03 Dec 2021 23:55:02 +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 1mtIOH-00HBn3-Pe for linux-arm-kernel@lists.infradead.org; Fri, 03 Dec 2021 23:54:59 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 52ED02001BB; Sat, 4 Dec 2021 00:54:54 +0100 (CET) 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 1AEAB20017F; Sat, 4 Dec 2021 00:54:54 +0100 (CET) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.142]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id 5DB5C40007; Fri, 3 Dec 2021 16:54:53 -0700 (MST) From: Li Yang To: Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Li Yang Subject: [PATCH v2 00/10] lx216x DTS updates Date: Fri, 3 Dec 2021 17:54:36 -0600 Message-Id: <20211203235446.8266-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-20211203_155458_014220_5A55DB7B X-CRM114-Status: UNSURE ( 7.04 ) 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 with two missing binding updates being used already. 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" Biwen Li (1): arm64: dts: lx2162a-qds: add interrupt line for RTC node Ioana Radulescu (1): arm64: dts: lx2160a-rdb: Add Inphi PHY node Kuldeep Singh (1): arm64: dts: lx2162a-qds: enable CAN nodes Li Yang (1): arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon Pankaj Bansal (1): arm64: dts: lx2160a-qds: Add mdio mux nodes Pankaj Gupta (1): arm64: dts: lx2160a: add optee-tz node Ran Wang (1): arm64: dts: lx2160a: enable usb3-lpm-capable for usb3 nodes Xiaowei Bao (1): arm64: dts: lx2160a: add pcie EP mode nodes Yangbo Lu (1): arm64: dts: lx2162a-qds: support SD UHS-I and eMMC HS400 modes Zhang Ying-22455 (1): arm64: dts: lx2160a: fix scl-gpios property name .../boot/dts/freescale/fsl-lx2160a-qds.dts | 149 +++++++++++++++ .../boot/dts/freescale/fsl-lx2160a-rdb.dts | 21 +++ .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 170 ++++++++++++------ .../boot/dts/freescale/fsl-lx2162a-qds.dts | 21 +++ 4 files changed, 311 insertions(+), 50 deletions(-)