[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <89880cda-1140-4ed5-a67f-2201c2825447@kernel.org>
Date: Thu, 20 Jun 2024 09:24:19 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Matthias Schiffer <matthias.schiffer@...tq-group.com>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Nishanth Menon <nm@...com>,
Vignesh Raghavendra <vigneshr@...com>, Tero Kristo <kristo@...nel.org>,
Suman Anna <s-anna@...com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux@...tq-group.com
Subject: Re: [PATCH 1/2] dt-bindings: soc: ti: pruss: allow ethernet
controller in ICSSG node
On 19/06/2024 13:24, Matthias Schiffer wrote:
> While the current Device Trees for TI EVMs configure the PRUSS Ethernet
> controller as a toplevel node with names like "icssg1-eth", allowing to
> make it a subnode of the ICSSG has a number of advantages:
What is ICSSG? The sram or ti,prus from the ethernet schema?
>
> - It makes sense semantically - the Ethernet controller is running on
> the ICSSG/PRUSS
> - Disabling or deleting the ICSSG node implicitly removes the Ethernet
> controller node when it is a child node. This can be relevant on SoCs
> like the AM64x which come in variants with and without ICSSG; e.g., on
> the TQMa64xxL the ICSSG node will be disabled on variants without as a
> bootloader fixup.
> On Linux, this avoids leaving the Ethernet controller in deferred
> state forever while waiting for the ICSSG to become available
> (resulting in a warning on newer kernels)
>
> The node name "ethernet" is chosen as it nicely matches the regular
> "ethernet@<reg>" format of many Ethernet controller nodes, and is also
> what the prueth binding example (/schemas/net/ti,icssg-prueth.yaml) uses.
>
> Signed-off-by: Matthias Schiffer <matthias.schiffer@...tq-group.com>
> ---
> Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
> index c402cb2928e89..89dfcf5ce8434 100644
> --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
> +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
> @@ -92,6 +92,13 @@ properties:
> description: |
> This property is as per sci-pm-domain.txt.
>
> + ethernet:
> + description: |
Do not need '|' unless you need to preserve formatting.
> + ICSSG PRUSS Ethernet. Configuration for an Ethernet controller running
> + on the PRU-ICSS.
> + $ref: /schemas/net/ti,icssg-prueth.yaml#
> + type: object
> +
> patternProperties:
>
> memories@[a-f0-9]+$:
You are mixing MMIO and non-MMIO nodes. That's odd or even sloppy
design. It immediately raises questions about your bindings.
Best regards,
Krzysztof
Powered by blists - more mailing lists