From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4CDD4156D8; Thu, 21 Dec 2023 09:43:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="5XZrPvtR" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=X16oCJLiTMUjK1QrUQVpZcvDyy1UpSquWsrn1qrLg+g=; b=5XZrPvtR6GcAOFbNOPwM2tjOjl zzYANILj6kT/skDTabX6fwwldY3PnWRhJZ9Z8jFisqeCOh23ThbFuFNX9sokUyvxcJ+uqh2dYJmsN kbjBVSizUvj3ScpW0IUu+LSslkegJPsqDg9hPB1DHp5IEm1n5WRV/AOkfkCtrlZOLryc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rGFaH-003Urr-PY; Thu, 21 Dec 2023 10:43:17 +0100 Date: Thu, 21 Dec 2023 10:43:17 +0100 From: Andrew Lunn To: Christian Marangi Cc: Rob Herring , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tobias Waldekranz Subject: Re: [net-next PATCH v4 1/4] dt-bindings: net: phy: Document new LEDs polarity property Message-ID: References: <20231215212244.1658-1-ansuelsmth@gmail.com> <20231215212244.1658-2-ansuelsmth@gmail.com> <20231220152209.GA229412-robh@kernel.org> <6583705d.050a0220.6e903.083d@mx.google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6583705d.050a0220.6e903.083d@mx.google.com> > On the marvell10g series we are discussing of using tristate or not. We > notice tristate might be confusing, would it be better to use > inactive-high-impedance ? The pincfg-node.yaml binding has: drive-open-drain: oneOf: - type: boolean - $ref: /schemas/types.yaml#/definitions/uint32 const: 1 # No known cases of 0 deprecated: true description: drive with open drain drive-open-source: type: boolean description: drive with open source I'm not sure what the deprecated means. Is it that a value is deprecated, not the property as a whole? Andrew