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 60848C2BD09 for ; Thu, 27 Jun 2024 07:51: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: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=0evzdLmi7y9qBXDsgNLFrAiLidaqqqkYyTE6ToeNOvc=; b=imV0IgUPzK8BPGyM47OuTlKAom /jCG5pL1pP6V7nFvnRcNEGpnXbGclLofXcj+IeccTEwj0yoXwNCcZx3phpLrsKArN4HzfJxtrm026 Gjijw2Bginn/Oc9cREm/tjzmUktS4N/Af/nxNAOVtr08hCSmaGixZU7xsRA79uinU5VVnKRKzyrVu h0cE+rvqIW8e1/sXZaZdLIlGALjXze3E/Oq4MYQI2v+UXh7vlZ3YaH69u4Ph1Wqq5UfE+sU7FAMQl 0IrSg7HuH5LwFsh5hd3ChgsqLP/CggNh9KYyWnyZz2EkHFDR++WL2UvXLuI62wrmZmBsuQWlHE7wB 7UwhCgbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMjul-00000009cpt-2M1d; Thu, 27 Jun 2024 07:51:31 +0000 Received: from mail-m16.yeah.net ([220.197.32.19]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMjuc-00000009coh-3njq for linux-arm-kernel@lists.infradead.org; Thu, 27 Jun 2024 07:51:24 +0000 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> 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-Originating-IP: [114.218.218.47] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiAggLZWZv-czU4AAAso X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240627_005123_333272_E7495A82 X-CRM114-Status: UNSURE ( 7.99 ) 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 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!