From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) by smtp.subspace.kernel.org (Postfix) with ESMTP id CC8EC6BFC0 for ; Thu, 27 Jun 2024 07:51:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719474689; cv=none; b=fcMmIHdXy2INQqumw724oQrYDYgJRXuj1U5QAz9Z7BBAAqBOuPG0OeFiZLemVA1PyCdSpUS7qdGx9PQgqqyo1caJ1NcYbJqSPH8HUfyUqunanMuj4sLLjngIdYZkHRDO3QuZby6yaJnPZTEgPR+1SyoggBO8MGBjSLjguqb56kQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719474689; c=relaxed/simple; bh=RV9E31PmeduVVuCzHwiX/NDQPw9AVEV7Axw8llMtRAg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LyOCJ/AZ69IbUy4VIVuoNqNlvfx9Vu4F/QBcaoULdLpxwjALbBQcG2SncKpGibH0jyPYwfTlPsubVuxl0nzIIsNcpgvX8GVEp+czhZeTKRrlmiIPCa2lZ04Auyr0BK4m/MgT06hjHMOFa+9UXHgu7hAP+LfBRyQw7NNWaApxVMM= 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=neT7Oelm; arc=none smtp.client-ip=220.197.32.19 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="neT7Oelm" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=0evzdLmi7y9qBXDsgNLFrAiLidaqqqkYyTE6ToeNOvc=; b=neT7OelmYL2z5GFCm9IBqZ7t1R2jYUuigABaNOYL+gp6MKAN9YcnWLfKApZUfV jLa6nc70E1G9l5lSelguhAmwQtHPiv58WwApdzShGhFBp0MnFjTu2DsiP3slLzVb iAfk/o5a+bUxrW4VbQEI4a+L0AQDilTyY3vv+fvDzHWy0= Received: from dragon (unknown [114.218.218.47]) by gzsmtp3 (Coremail) with SMTP id M88vCgD3HxDGGX1mX7IZAA--.51889S3; Thu, 27 Jun 2024 15:50:32 +0800 (CST) Date: Thu, 27 Jun 2024 15:50:30 +0800 From: Shawn Guo To: Tim Harvey Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mm-venice-gw700x: add support for PHY LED's Message-ID: References: <20240618200253.1738876-1-tharvey@gateworks.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240618200253.1738876-1-tharvey@gateworks.com> X-CM-TRANSID:M88vCgD3HxDGGX1mX7IZAA--.51889S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUIku4UUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiAggLZWZv-czU4AAAso On Tue, Jun 18, 2024 at 01:02:54PM -0700, Tim Harvey wrote: > The GW700x SoM has an onboard DP83867 RGMII GbE PHY that drives two > LED's (LED1 and LED2, skipping LED0). Add the appropriate dt bindings to > allow these PHY LED's to be controlled via a netdev trigger. > > Signed-off-by: Tim Harvey Applied, thanks!