From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 387142FC881; Fri, 10 Oct 2025 17:50:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760118602; cv=none; b=ng83Vpj1Aq9ERTqFA02LNqMyrLgav6Rvi203+QP58U7UaVbJdupvH839jrFZlzvm/mqH3KdgeORXKtgNzlsWCqMiitFIwBPL8Fa3lNOSzHIGCajjrLtP61PmJF9WCMjcgOtQjDqEo3YJLW/tyR1AeJ4ldMgv9+++oDAuOF8I0WY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760118602; c=relaxed/simple; bh=dMh8GBD4EAIQyzaGwyEd2ZtNzCl7oE20APdIRhgCkgM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qcRrbdQLuHiCqb/9yb04+j7i950eXvx+pRRsuiZa547bOy9iEXLTKa/9uAo/uxhqEQBZ6uDlobprYc1Ff+WeZBStZVrJzQTUefwnRllF3ZJ/fYTB6e7R/2JJUod8AcKD+rVuBiyMfm7QQWN+7XA3u23vgyO9Z/kyX/sdKBZ0cgY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RYSntg7k; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RYSntg7k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92498C116C6; Fri, 10 Oct 2025 17:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760118601; bh=dMh8GBD4EAIQyzaGwyEd2ZtNzCl7oE20APdIRhgCkgM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RYSntg7krxRyForxuUI1r3H41ecE3Iq3vwl3eTPg581hTVTOgAfGnum8VXzSmfr4V jSvMhAAxNj/TpSoXZeZHOZ9DVDgiV0ffpEWSqTy/2QTQ5pBgZdjCJBYcuP4SPK1boA FXB32PHfjCXbPgw36axYILpbGouI9kslTYsgBLu39Tpgt4cx0CCo3Gq+T58FduLVzY PULLq5xKcNDSXDwj/41sy8SuiljheHTAyEEaUWn5hT65z8yV8/9IrGRvWL3nhMQlxA /LQrzxJY8z8N21wD2JceFIeuuTW64mbNgM+UovCvMsLtFeVXTVLxCbKq4+iIdw+c0H DjsfedyCQPJ7A== Date: Fri, 10 Oct 2025 12:49:59 -0500 From: Rob Herring To: Bartosz Golaszewski Cc: Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Conor Dooley , Richard Cochran , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , Alexandre Torgue , Vinod Koul , Giuseppe Cavallaro , Jose Abreu , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski Subject: Re: [PATCH v2 1/8] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems Message-ID: <20251010174959.GA502249-robh@kernel.org> References: <20251008-qcom-sa8255p-emac-v2-0-92bc29309fce@linaro.org> <20251008-qcom-sa8255p-emac-v2-1-92bc29309fce@linaro.org> Precedence: bulk X-Mailing-List: netdev@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: <20251008-qcom-sa8255p-emac-v2-1-92bc29309fce@linaro.org> On Wed, Oct 08, 2025 at 10:17:48AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Describe the firmware-managed variant of the QCom DesignWare MAC. As the > properties here differ a lot from the HLOS-managed variant, lets put it > in a separate file. > > Signed-off-by: Bartosz Golaszewski > --- > .../devicetree/bindings/net/qcom,ethqos-scmi.yaml | 101 +++++++++++++++++++++ > .../devicetree/bindings/net/snps,dwmac.yaml | 5 +- > MAINTAINERS | 1 + > 3 files changed, 106 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos-scmi.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos-scmi.yaml > new file mode 100644 > index 0000000000000000000000000000000000000000..0a9cc789085e8bc94d44adc9da982b66071d1e79 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/qcom,ethqos-scmi.yaml > @@ -0,0 +1,101 @@ > +# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/net/qcom,ethqos-scmi.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Ethernet ETHQOS device (firmware managed) > + > +maintainers: > + - Bjorn Andersson > + - Konrad Dybcio > + - Bartosz Golaszewski > + > +description: > + dwmmac based Qualcomm ethernet devices which support Gigabit > + ethernet (version v2.3.0 and onwards) with clocks, interconnects, etc. > + managed by firmware > + > +allOf: > + - $ref: snps,dwmac.yaml# > + > +properties: > + compatible: > + const: qcom,sa8255p-ethqos > + > + reg: > + maxItems: 2 > + > + reg-names: > + items: > + - const: stmmaceth > + - const: rgmii > + > + interrupts: > + items: > + - description: Combined signal for various interrupt events > + - description: The interrupt that occurs when HW safety error triggered > + > + interrupt-names: > + items: > + - const: macirq > + - const: sfty > + > + power-domains: > + minItems: 3 > + > + power-domain-names: > + items: > + - const: power_core > + - const: power_mdio > + - const: perf_serdes I would drop power and perf. I don't want to know about the abusing of the power-domain binding. Rob