From patchwork Tue Sep 3 09:12:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13788344 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 9FB41CD13CF for ; Tue, 3 Sep 2024 09:14: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=TKa+NUiDEXY9sgVcRsX2pMmhkw/pTOpi2QU6kSg6znk=; b=R2fMeeGC5ndk4swdu5w2jETjNE aksyhOAw52zReMzEzgCKVPExhJ2YIizLpQhkWjMBl74FFCcq+xaam+vl4Q2xHzDx8BL4ahbXF5eB+ GCmLUTTfsxyZOyGcGa0akjQkNX4RUk6CZrl9s+xvtMVID7Lh2Io+3SqjQAM2gz1qMYJWKpc9GLMZr FhcgtdadXR+z6aKoCPaAlmctrfLUOvR01mFAtnc2U43QTlGw2BZNF1Da6XX66/8IIKyraXqbbfCHi K9Z+/Qt+aP7yRV9knZ3NhNlEsp5IGsZKcsCIAcgTABfs4qyowasDmVDUt0grzNd947FIq41hUdTiP tnD47ImA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slPcU-0000000H5cL-20uO; Tue, 03 Sep 2024 09:14:38 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1slPaf-0000000H5Be-2Kv9 for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2024 09:12:47 +0000 Received: from francesco-nb.corp.toradex.com (31-10-206-125.static.upc.ch [31.10.206.125]) by mail11.truemail.it (Postfix) with ESMTPA id D6922211FF; Tue, 3 Sep 2024 11:12:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1725354762; bh=TKa+NUiDEXY9sgVcRsX2pMmhkw/pTOpi2QU6kSg6znk=; h=From:To:Subject; b=UJh5feOFXFMi6N7GarscxJQKZlYPWQVrKoueVMUAX2RfO76XFDAX+MimsB5b0sdCP o5OplpWzQrJ9lMTq+xkcG8ZwTASz+b4wH5VGRrW1huM8Ar9z7myE0eAN8193mb1Oe+ 5Brg1pxGhboBePn6vywoAX9e2/qUE8/eZEySWRmV+jqjXRZnrOAI1TTtdgoOqa+GLE AdBoY+WsFpz7Rw9OLY6wP8HCAZp8hst9LVNedqwonWhsse8KEUMwbA8KuYMMkFRMs0 DXSBXNSLdbf04DOdLyvTtFoXGt6SzGpLKK1XDKXlhudnb9LuAoEKKrhWXra20FylOe Xn33quKQJ9Ulw== From: Francesco Dolcini To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam Cc: Francesco Dolcini , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/5] arm64: dts: imx8-apalis: Various improvements and additions Date: Tue, 3 Sep 2024 11:12:26 +0200 Message-Id: <20240903091231.20035-1-francesco@dolcini.it> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240903_021246_470505_22DEBF8C X-CRM114-Status: UNSURE ( 8.84 ) 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 From: Francesco Dolcini This series improves Toradex Apalis iMX8Q support adding: - correct thermal zones - analogue audio - USB Host (Apalis USBH4 interface) In addition to these it also removes the adma_pwm from the i.MX8QM SoC dtsi, as this IP is not available on this specific SoC. v2: - Keep I2C nodes sorted by address v1: https://lore.kernel.org/all/20240826221541.15669-1-francesco@dolcini.it/ Andrejs Cainikovs (2): arm: dts: imx8qm: Remove adma pwm arm64: dts: imx8-apalis: Set thermal thresholds Hiago De Franco (1): arm64: dts: imx8-apalis: Add nau8822 audio-codec to apalis eval v1.2 João Paulo Gonçalves (2): arm64: dts: imx8-apalis: Add audio support arm64: dts: imx8-apalis: Add usb4 host support .../dts/freescale/imx8-apalis-eval-v1.2.dtsi | 69 +++++++++ .../boot/dts/freescale/imx8-apalis-eval.dtsi | 31 +++- .../dts/freescale/imx8-apalis-ixora-v1.1.dtsi | 31 +++- .../dts/freescale/imx8-apalis-ixora-v1.2.dtsi | 31 +++- .../boot/dts/freescale/imx8-apalis-v1.1.dtsi | 135 ++++++++++++++++-- .../boot/dts/freescale/imx8qm-ss-dma.dtsi | 3 + 6 files changed, 273 insertions(+), 27 deletions(-)