From patchwork Tue Oct 12 23:58:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 12554087 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83DCDC433F5 for ; Wed, 13 Oct 2021 00:10:16 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 454A36058D for ; Wed, 13 Oct 2021 00:10:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 454A36058D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=aL2E9+sDqYWV7JjFOXBsNm4DsNsb9hI+R4ETLE3HBQM=; b=eVENdG/klvQtN8 wfMgrwR4oLcDtaa/hHxbihns/PHBWgRVO/FmcnYfPMBYnSIky3+7/NQqIRAA1XKlCOn1I/Cumt87n vNCnUIDNxCy2vxf2FEzZqWl/o0P5mNtsbJB2MapS4+W4JapUhua4lBwD+eLzKDl7Y8dEzOMBorrZr 6utXZaZW7+1+eJOTQY+M+BGkr1JYnwqP5MQKfgKWrF1tpLcJAWkYrWxF93mmsRQuDIr1dYyhDe/1E vjoLezjQl769Cdf7GlbVySqPQT49cvQWPlPn0I1SNBOJWlYJXnMbtnji5ALJJdcqsCCTq62TRpz3D Ll99HhNCc4W39AiVHleA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1maRoG-00EGsQ-Nb; Wed, 13 Oct 2021 00:07:52 +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 1maRms-00EGUF-I8 for linux-arm-kernel@lists.infradead.org; Wed, 13 Oct 2021 00:06:29 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 336F4201F28; Wed, 13 Oct 2021 02:06:21 +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 EF88B2001AA; Wed, 13 Oct 2021 02:06:20 +0200 (CEST) Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.142]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id 3984A40A77; Tue, 12 Oct 2021 17:06:20 -0700 (MST) From: Li Yang To: Shawn Guo , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Li Yang Subject: [PATCH v3 00/17] Cleanup of LS1021a device trees Date: Tue, 12 Oct 2021 18:58:06 -0500 Message-Id: <20211012235824.31096-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-20211012_170626_797726_036E0D98 X-CRM114-Status: GOOD ( 12.21 ) 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 This is a series of patches trying to cleanup the LS1021a based device trees including: - Add missing nodes - Update to use SPDX tags - Fix existing schema check issues in dts - Update related bindings to deal with some check issues Changes in V2 - Spin-off the IFC binding related patches into a separate series due to its dependency on driver changes - Added two more fixes about thermal-zones node and flash compatible - Remove copyright updates - Updated description in i2c binding patch to clarify the intension - Added Acked-by tag Changes in V3 - Remove the flash label and num-cs - Drop the i2c-imx binding change, instead update the DTS to remove clock-names and re-order DMA channels Li Yang (17): dt-bindings: arm: fsl: add ls1021a-tsn board ARM: dts: ls1021a: remove clock-names property for i2c nodes ARM: dts: ls1021a: change dma channels order to match schema ARM: dts: ls1021a: change to use SPDX identifiers ARM: dts: ls1021a-qds: Add node for QSPI flash ARM: dts: ls1021a: update pcie nodes for dt-schema check ARM: dts: ls1021a: fix board compatible to follow binding schema ARM: dts: ls1021a: breakup long values in thermal node ARM: dts: ls1021a: disable ifc node by default ARM: dts: ls1021a: remove regulators simple-bus ARM: dts: ls1021a: fix memory node for schema check ARM: dts: ls1021a: add #dma-cells to qdma node ARM: dts: ls1021a: add #power-domain-cells for power-controller node ARM: dts: ls1021a-qds: change fpga to simple-mfd device ARM: dts: ls1021a-tsn: remove undocumented property "position" from mma8452 node ARM: dts: ls1021a: move thermal-zones node out of soc/ ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash .../devicetree/bindings/arm/fsl.yaml | 1 + arch/arm/boot/dts/ls1021a-qds.dts | 85 ++----- arch/arm/boot/dts/ls1021a-tsn.dts | 4 +- arch/arm/boot/dts/ls1021a-twr.dts | 63 +---- arch/arm/boot/dts/ls1021a.dtsi | 219 +++++++----------- 5 files changed, 123 insertions(+), 249 deletions(-)