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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7681C433EF for ; Thu, 30 Sep 2021 12:58:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8DE91613A7 for ; Thu, 30 Sep 2021 12:58:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351189AbhI3M77 (ORCPT ); Thu, 30 Sep 2021 08:59:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348167AbhI3M76 (ORCPT ); Thu, 30 Sep 2021 08:59:58 -0400 Received: from mail.fris.de (mail.fris.de [IPv6:2a01:4f8:c2c:390b::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 411BDC06176C for ; Thu, 30 Sep 2021 05:58:16 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 43C78BFC2A; Thu, 30 Sep 2021 14:58:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1633006694; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=Zm3leV4xiEmZ5I7qYX9SHWVvuSf+WKr59C8LP7tkpH4=; b=iCA2dgV6G0ciqJn9DvG7ulPLEw6aZmGXgNRq37AgTXn0c4ZgSXbPbMspAp2/qCSUePYu5F YfebJNN5SRujWaECK5cUmFSk9e281YJhXeg5yuV+0IaIxaEKnGqmhIUNK0aqX8EsWCRtcI qXgbJI7nqBoXC65qMPE0KHS4BH03ort/R+4ziNIOGiYMpWQl1f1pwGpmtyUsscg2BEcnfY CPgYcawn1kOn3bMzhpd4dIzV8N4Qe3Xoobq2IzpgmKci4zCoYH3JYMplkgBjndtvDHyQvX 5YIDSvBLhdKYxfs4VOOtLewjYz36C5fs3/TZNe0FS86Okf1zrFMltyDWMTz/tw== From: Frieder Schrempf To: "David S. Miller" , devicetree@vger.kernel.org, Jakub Kicinski , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Rob Herring Cc: Frieder Schrempf , Baisheng Gao , Rob Herring Subject: [PATCH 2/3] dt-bindings: net: phy: mscc: vsc8531: Add LED mode combine disable property Date: Thu, 30 Sep 2021 14:57:44 +0200 Message-Id: <20210930125747.2511954-2-frieder@fris.de> In-Reply-To: <20210930125747.2511954-1-frieder@fris.de> References: <20210930125747.2511954-1-frieder@fris.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Frieder Schrempf Add the new property to disable the combined LED modes to the bindings documentation. Signed-off-by: Frieder Schrempf --- Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt b/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt index 0a3647fe331b..1ca11ab4011b 100644 --- a/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt +++ b/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt @@ -31,10 +31,13 @@ Optional properties: VSC8531_LINK_100_ACTIVITY (2), VSC8531_LINK_ACTIVITY (0) and VSC8531_DUPLEX_COLLISION (8). +- vsc8531,led-[N]-combine-disable : Disable the combined mode for LED[N]. + This disables the second mode if a combined mode is selected. - load-save-gpios : GPIO used for the load/save operation of the PTP hardware clock (PHC). + Table: 1 - Edge rate change ----------------------------------------------------------------| | Edge Rate Change (VDDMAC) | -- 2.33.0