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 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 21B69CD3420 for ; Tue, 3 Sep 2024 09:19:25 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=V1pTTV07r2NfNzXvB7UF/0OyUgDKTfKdvuu61Td5x2c=; b=BO0yRRkCL7l83vEYih9tqZOM4J dNBMKI3/+PjciQJEi9IF19FFbbV3zZohiCR9wheVGNYVDDlJGTDzMVKrFH9zznsXjVpZx8zGmJHk3 K4j4t+wUCBgps0GdPvSKfUZJLWDRbKHQ5wqgTC08TlTDH9gSxDuZMAwsclA5BzbirV5RezwuAZnbg IqSW/2SUH9qaoIQb9co16mGuGKLgAP8Hz8u2bhdSjp/1e37lqGrulJFhtF6NPsSxsFVRMVUD37yTe q4rq5cOi93hpm4EkarvPUf+jTvJJQXajVORSGqKaDgR0haCVrhqIeLX6V38aGta/AUYrmh4iMtpUo DnAjt7ew==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slPgy-0000000H6qV-2K4j; Tue, 03 Sep 2024 09:19:16 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1slPeb-0000000H61q-0qhQ for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2024 09:16:51 +0000 Received: from francesco-nb (31-10-206-125.static.upc.ch [31.10.206.125]) by mail11.truemail.it (Postfix) with ESMTPA id 64CFF22A41; Tue, 3 Sep 2024 11:16:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1725355007; bh=V1pTTV07r2NfNzXvB7UF/0OyUgDKTfKdvuu61Td5x2c=; h=From:To:Subject; b=CfUET6Sijl4iBdpA33iyK3zf+5ljUrPiYBHVhHvSTayEB7HzHdkcRIcJW2jHr2xI9 Paozik73jl7zkvBSErv3gP6zvvEJ6tCJ7D/6jROw2qhRkWcgNXmOtYaT71CRbnb9lb e8o1yj23QyRTpwdy/LpleZaoiSokRgmeF9hXBddIkPtcGHRA4c8hX9t2Ilf9W5NUNP Lzm2FMX117ijzxybmb7C7ccrXpY6gN4xaxoyIXeFxogqrmfOsDNtnZ2GrGhww2Nysb 0kKNxh3SiZ6vYCpFWv72QDsbiLNxC7cGDLDoNBXOae3bJdq+wXl2A8WbP2A0ayMKIs RgLU2ZwdwWNeA== Date: Tue, 3 Sep 2024 11:16:43 +0200 From: Francesco Dolcini To: Shawn Guo Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Francesco Dolcini , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/5] arm64: dts: imx8-apalis: Various improvements and additions Message-ID: <20240903091643.GA20172@francesco-nb> References: <20240826221541.15669-1-francesco@dolcini.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240826221541.15669-1-francesco@dolcini.it> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240903_021649_429210_C547814A X-CRM114-Status: GOOD ( 11.92 ) 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 Hello Shawn, On Tue, Aug 27, 2024 at 12:15:36AM +0200, Francesco Dolcini wrote: > 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. > FYI, I just sent a v2 of this series to correctly sort the I2C nodes, this is the same change you requested a few days ago on colibri-imx8x. Francesco