Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp2494915rwb; Mon, 3 Oct 2022 01:17:33 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5nF3o0DPYZUsoc8ZtizPu1WnL9kVc8+FNHusdVjuZrkXx32zOIOMxvCRNXbKvZZit6S4Na X-Received: by 2002:a05:6a00:15d4:b0:544:170c:4f5a with SMTP id o20-20020a056a0015d400b00544170c4f5amr21607096pfu.75.1664785053136; Mon, 03 Oct 2022 01:17:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1664785053; cv=none; d=google.com; s=arc-20160816; b=l28D/zqNKzNg9efP5o183NGM5wXrzyL3qHcDj2nMui40TNUf1W3eWeLag25yISVg52 PCkz8rnoXj6gKIq7Q7GRwXQsDv9feYnT2gLWJ5wzvE6jqguuyZbJxsYrIZLdCP2zCMvh YHuqznpCDxoVsFbsFvsvP7i1iQGjsfIV6WFe4deDkoFJQru+gSnhepdlWd8cuDCJSZ9r UXZ5GEy0fp5RKBXGN5rN8cDHtRkdzqCEByUZIZ+Ca5xrGKEN7qTx7UQDL/UGy40GA6qF ZPG29EwsMisxEVAjGbGl/gqcJdHjC53jTRarNEnyYtGc6+PyMCApTQ7Q7WDc2bQvvyu2 joFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=YXEy0lamBs3O/ZP7ktx5BdDN9WjxrlL+Gs4Ri3lDtuQ=; b=U5GzqKBfnvse0WOMinEUHdGXH77u8ikDeBpf2HjNVjxNS8JTq7ZBBfALu8AYKoqa2l 9fbN5nYs4nn3m7kqnBcGU4DUssX+xTJQ3zpwUlXyvH9i0g8IW4ET37N3YSNbL3vVWbc4 dtdZq5QFVz+lwuVKfTA/3qr2ctMgZZrj4zys3me1a1Mqxy0x6cL05Za+iwTeOFtxAVSC R/+tQhgq21P6y5sEdKUIjJ2PyPk3s8hTbmF66BAOrlnmBkSjcso/4Um3XUKAztEdxmuW sIdacjXmDTQJukfThpAY1BDPigVgqgA5knnJqgCxmyWAmKorWJuA2jmQJAZhshTYobb0 +2mA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id il13-20020a17090b164d00b002057a08d66asi11964299pjb.23.2022.10.03.01.17.21; Mon, 03 Oct 2022 01:17:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229548AbiJCGwh (ORCPT + 99 others); Mon, 3 Oct 2022 02:52:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229660AbiJCGw2 (ORCPT ); Mon, 3 Oct 2022 02:52:28 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33A183ED4B for ; Sun, 2 Oct 2022 23:52:27 -0700 (PDT) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ofFJ9-0000ym-GS; Mon, 03 Oct 2022 08:52:07 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ofFJ8-004K5Q-7z; Mon, 03 Oct 2022 08:52:04 +0200 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ofFJ5-00GJkW-Cr; Mon, 03 Oct 2022 08:52:03 +0200 From: Oleksij Rempel To: Andrew Lunn , Heiner Kallweit , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Russell King , Rob Herring , Krzysztof Kozlowski , Jonathan Corbet Cc: Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, David Jander , Luka Perkov , Robert Marko Subject: [PATCH net-next v8 1/7] dt-bindings: net: phy: add PoDL PSE property Date: Mon, 3 Oct 2022 08:51:56 +0200 Message-Id: <20221003065202.3889095-2-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221003065202.3889095-1-o.rempel@pengutronix.de> References: <20221003065202.3889095-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add property to reference node representing a PoDL Power Sourcing Equipment. Signed-off-by: Oleksij Rempel --- changes v5: - rename ieee802.3-pse to pses - rename phandle-array to phandle - add maxItems: 1 --- Documentation/devicetree/bindings/net/ethernet-phy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/net/ethernet-phy.yaml b/Documentation/devicetree/bindings/net/ethernet-phy.yaml index ed1415a4381f..ad808e9ce5b9 100644 --- a/Documentation/devicetree/bindings/net/ethernet-phy.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-phy.yaml @@ -144,6 +144,12 @@ properties: Mark the corresponding energy efficient ethernet mode as broken and request the ethernet to stop advertising it. + pses: + $ref: /schemas/types.yaml#/definitions/phandle-array + maxItems: 1 + description: + Specifies a reference to a node representing a Power Sourcing Equipment. + phy-is-integrated: $ref: /schemas/types.yaml#/definitions/flag description: -- 2.30.2