From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="DvP6nPbX" Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EFF4BB; Tue, 21 Nov 2023 06:46:06 -0800 (PST) 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=rDpezqQdQaLT4CGpJbEeOjZaDXdZOg3FLrrLbck5N8I=; b=DvP6nPbXSXy/bP5AKovigePjF1 42JqELH5UGNNxciyp5MPZTtIH86Rmce8YKEy8t74xYBQOYtz3D9g+uUlzIE1NqW+H0PrpxBxu0YK5 FI883lJ5A/SKVZ1+SB8alGwy6moQ0eMddnBWI7F0qdxYfeXWgVqZPOELM8y6e0Zo0PPQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r5S0U-000lcX-VO; Tue, 21 Nov 2023 15:45:42 +0100 Date: Tue, 21 Nov 2023 15:45:42 +0100 From: Andrew Lunn To: Rob Herring Cc: Christian Marangi , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , Andy Gross , Bjorn Andersson , Konrad Dybcio , Heiner Kallweit , Russell King , Florian Fainelli , Broadcom internal kernel review list , Daniel Golle , Qingfang Deng , SkyLake Huang , Matthias Brugger , AngeloGioacchino Del Regno , David Epping , Vladimir Oltean , "Russell King (Oracle)" , Harini Katakam , Simon Horman , Robert Marko , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [net-next RFC PATCH 03/14] dt-bindings: net: document ethernet PHY package nodes Message-ID: References: <20231120135041.15259-1-ansuelsmth@gmail.com> <20231120135041.15259-4-ansuelsmth@gmail.com> <20231121144244.GA1682395-robh@kernel.org> Precedence: bulk X-Mailing-List: linux-arm-msm@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: <20231121144244.GA1682395-robh@kernel.org> > > I do think we need somewhere to put package properties. But i don't > > think phy-mode is such a property. At the moment, i don't have a good > > example of a package property. > > What about power supplies and reset/enable lines? Yes, good point. I can imagine some packages sharing regulators. Reset might also be shared, but it makes things messy to handle. Andrew