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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57B93C43217 for ; Fri, 18 Nov 2022 00:16:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234948AbiKRAQC (ORCPT ); Thu, 17 Nov 2022 19:16:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232532AbiKRAP7 (ORCPT ); Thu, 17 Nov 2022 19:15:59 -0500 Received: from finn.localdomain (finn.gateworks.com [108.161.129.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 949A83FB92; Thu, 17 Nov 2022 16:15:58 -0800 (PST) Received: from 068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.93) (envelope-from ) id 1ovp2s-000nxs-OE; Fri, 18 Nov 2022 00:15:50 +0000 From: Tim Harvey To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Andrew Lunn , Heiner Kallweit , Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski Cc: Tim Harvey Subject: [PATCH 0/3] add dt configuration for dp83867 led modes Date: Thu, 17 Nov 2022 16:15:45 -0800 Message-Id: <20221118001548.635752-1-tharvey@gateworks.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds a dt-prop ti,led-modes to configure dp83867 PHY led modes, adds the code to implement it, and updates some board dt files to use the new property. Tim Harvey (3): dt-bindings: net: phy: dp83867: add LED mode property net: phy: dp83867: add LED mode configuration via dt arm64: dts: imx8m*-venice: add dp83867 PHY LED mode configuration .../devicetree/bindings/net/ti,dp83867.yaml | 6 ++++ .../dts/freescale/imx8mm-venice-gw700x.dtsi | 6 ++++ .../dts/freescale/imx8mm-venice-gw7902.dts | 6 ++++ .../dts/freescale/imx8mn-venice-gw7902.dts | 6 ++++ drivers/net/phy/dp83867.c | 32 +++++++++++++++++-- include/dt-bindings/net/ti-dp83867.h | 16 ++++++++++ 6 files changed, 70 insertions(+), 2 deletions(-) -- 2.25.1 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 10008C433FE for ; Fri, 18 Nov 2022 00:17:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=TeZKOZRqwNZYl4LbeJCCvPmFz0wTM53e9GqJes6i0JQ=; b=Ysg1R5H0mQXL6C DWgTS0LkC4eoCsScSFuw/90gdpavnApMjXriWY+TaR6pCM987quidj30wLdqMd3BTW+JQWc1pbyLp aQZEFqqK0RCegWXg2yEBTEzDVQ3zWciIlLTgK9TZE9AkfvjD4i6IbdlR4tBJemMiflcqJux/kVrGm NRvm84T2ChPGUqZr4pkkPUOdbGvjISGPZeWYEKhO0Zuxy5hOAsff4bb6c4hsBmU8pWvlvVDF8H3z1 +hxR2G+RC3sTEeLWRr90rfbygqbsPDD2LugOEj03VU+phnqjyd/posV3DyijBQnpmtJJ/QYS5QCB4 3uQ7iU9Ih2ulyjEJkR8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovp35-000rem-1a; Fri, 18 Nov 2022 00:16:03 +0000 Received: from finn.gateworks.com ([108.161.129.64] helo=finn.localdomain) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovp31-000rdQ-FO for linux-arm-kernel@lists.infradead.org; Fri, 18 Nov 2022 00:16:00 +0000 Received: from 068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.93) (envelope-from ) id 1ovp2s-000nxs-OE; Fri, 18 Nov 2022 00:15:50 +0000 From: Tim Harvey To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Andrew Lunn , Heiner Kallweit , Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski Cc: Tim Harvey Subject: [PATCH 0/3] add dt configuration for dp83867 led modes Date: Thu, 17 Nov 2022 16:15:45 -0800 Message-Id: <20221118001548.635752-1-tharvey@gateworks.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221117_161559_533924_D905C2BD X-CRM114-Status: UNSURE ( 7.72 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series adds a dt-prop ti,led-modes to configure dp83867 PHY led modes, adds the code to implement it, and updates some board dt files to use the new property. Tim Harvey (3): dt-bindings: net: phy: dp83867: add LED mode property net: phy: dp83867: add LED mode configuration via dt arm64: dts: imx8m*-venice: add dp83867 PHY LED mode configuration .../devicetree/bindings/net/ti,dp83867.yaml | 6 ++++ .../dts/freescale/imx8mm-venice-gw700x.dtsi | 6 ++++ .../dts/freescale/imx8mm-venice-gw7902.dts | 6 ++++ .../dts/freescale/imx8mn-venice-gw7902.dts | 6 ++++ drivers/net/phy/dp83867.c | 32 +++++++++++++++++-- include/dt-bindings/net/ti-dp83867.h | 16 ++++++++++ 6 files changed, 70 insertions(+), 2 deletions(-) -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel