From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0AC0D225A50; Fri, 9 May 2025 14:43:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746801834; cv=none; b=pGm2+KWtQfwThAGh1NmO/pIfwtTP70zRM+j81V3dQDSmbkdxcmpXkvW9IYq8aWcu3/bxQaCjhRkPOHDSzZsqqhImvTEhJ062kknrNO6jWgedqziDoonALLnzWsndmK5mPoRD+R5CcBxnxW/e5GBCG0rjgsTHq6r/tb92NatKamI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746801834; c=relaxed/simple; bh=mNPApPuwIaDUrhXbWA5v+Y3Fcvc95RJv/Ek/jZVjQTk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=R8i3wCyvYmYMsPeyxI0rJbzUmITGrneRx/ODIyUsFqWiHMA1d3mTPub7eRjcBqErF+j07JRiZKS/PJVike4kbNVYxkUoAxZSd1vOs69NWfn3IlHd9BPZVv31ldt2DWYVanoEoJlLZZA4i5oDZUpC4PQ8VQjR/cyuPfGtL5cxEdI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=V0d6960n; arc=none smtp.client-ip=220.197.32.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="V0d6960n" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=6EkHZ6uoB2xHmNiBXZ1kh3u+YSfhV8TuHSXfN/u3xAQ=; b=V0d6960n3JUBSgaFAneLnUf6NWJU+XxTBr84bDIiZfFivT+rAU4oWpEwuW6ABd MGNCgLJS+TDcLEbCtiC3D8lpUKfRtDvKD3e6aCfn3keTrBrosq57oyHKyCbYrcBb 8UOTwWx4hh9yfzmfHQSiaDbUsgiVEm9JU4LX3Ul16Q5ME= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgDXnytmFB5oWHWqAA--.62630S3; Fri, 09 May 2025 22:42:48 +0800 (CST) Date: Fri, 9 May 2025 22:42:45 +0800 From: Shawn Guo To: Francesco Dolcini Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Catalin Marinas , Will Deacon , Francesco Dolcini , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] arm64: dts: freescale: imx8mp-toradex-smarc: add fan, ec, gpio Message-ID: References: <20250430094151.98079-1-francesco@dolcini.it> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250430094151.98079-1-francesco@dolcini.it> X-CM-TRANSID:Mc8vCgDXnytmFB5oWHWqAA--.62630S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUOzuWUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiAQVIZWgd+-h1qQAAsD On Wed, Apr 30, 2025 at 11:41:46AM +0200, Francesco Dolcini wrote: > Emanuele Ghidoli (2): > arm64: dts: freescale: imx8mp-toradex-smarc: add embedded controller > arm64: dts: freescale: imx8mp-toradex-smarc: add gpio expander > > Francesco Dolcini (3): > arm64: dts: freescale: imx8mp-toradex-smarc: add fan PWM configuration > arm64: dts: freescale: imx8mp-toradex-smarc: use generic gpio node > name > arm64: defconfig: Add Toradex Embedded Controller config Applied all, thanks!