From: Christophe ROULLIER <christophe.roullier@foss.st.com>
To: Marek Vasut <marex@denx.de>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
Richard Cochran <richardcochran@gmail.com>,
Jose Abreu <joabreu@synopsys.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>
Cc: <netdev@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v5 09/12] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
Date: Mon, 10 Jun 2024 09:55:05 +0200 [thread overview]
Message-ID: <908c2e86-8255-4e76-8665-0b7d02853681@foss.st.com> (raw)
In-Reply-To: <6d60bbc6-5ed3-4bb1-ad72-18a2be140b81@denx.de>
On 6/7/24 14:48, Marek Vasut wrote:
> On 6/7/24 11:57 AM, Christophe Roullier wrote:
>
> [...]
>
>> @@ -1505,6 +1511,38 @@ sdmmc2: mmc@58007000 {
>> status = "disabled";
>> };
>> + ethernet1: ethernet@5800a000 {
>> + compatible = "st,stm32mp13-dwmac", "snps,dwmac-4.20a";
>> + reg = <0x5800a000 0x2000>;
>> + reg-names = "stmmaceth";
>> + interrupts-extended = <&intc GIC_SPI 62
>> IRQ_TYPE_LEVEL_HIGH>,
>> + <&exti 68 1>;
>> + interrupt-names = "macirq", "eth_wake_irq";
>> + clock-names = "stmmaceth",
>> + "mac-clk-tx",
>> + "mac-clk-rx",
>> + "ethstp",
>> + "eth-ck";
>> + clocks = <&rcc ETH1MAC>,
>> + <&rcc ETH1TX>,
>> + <&rcc ETH1RX>,
>> + <&rcc ETH1STP>,
>> + <&rcc ETH1CK_K>;
>> + st,syscon = <&syscfg 0x4 0xff0000>;
>> + snps,mixed-burst;
>> + snps,pbl = <2>;
>> + snps,axi-config = <&stmmac_axi_config_1>;
>> + snps,tso;
>> + access-controllers = <&etzpc 48>;
>
> Keep the list sorted.
Hi Marek,
As already explained, all MP13 IPs have this property before "status".
If we must move this property, we will do it later and do it for all IPs.
Thanks
next prev parent reply other threads:[~2024-06-10 7:56 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-07 9:57 [PATCH v5 00/12] Series to deliver Ethernet for STM32MP13 Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 01/12] dt-bindings: net: add STM32MP13 compatible in documentation for stm32 Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 02/12] net: stmmac: dwmac-stm32: Separate out external clock rate validation Christophe Roullier
2024-06-10 11:46 ` Ratheesh Kannoth
2024-06-10 11:54 ` Christophe ROULLIER
2024-06-07 9:57 ` [PATCH v5 03/12] net: stmmac: dwmac-stm32: Separate out external clock selector Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 04/12] net: stmmac: dwmac-stm32: Extract PMCR configuration Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 05/12] net: stmmac: dwmac-stm32: Clean up the debug prints Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 06/12] net: stmmac: dwmac-stm32: Fix Mhz to MHz Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 07/12] net: stmmac: dwmac-stm32: Mask support for PMCR configuration Christophe Roullier
2024-06-07 12:45 ` Marek Vasut
2024-06-07 9:57 ` [PATCH v5 08/12] net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32 Christophe Roullier
2024-06-07 12:48 ` Marek Vasut
[not found] ` <c3e21cbf-bf9e-45d5-b6eb-f1f4d50e39a3@foss.st.com>
2024-06-07 19:54 ` Marek Vasut
2024-06-07 9:57 ` [PATCH v5 09/12] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13 Christophe Roullier
2024-06-07 12:48 ` Marek Vasut
2024-06-10 7:55 ` Christophe ROULLIER [this message]
2024-06-10 8:06 ` Alexandre TORGUE
2024-06-10 10:37 ` Marek Vasut
2024-06-10 12:47 ` Alexandre TORGUE
2024-06-07 9:57 ` [PATCH v5 10/12] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board Christophe Roullier
2024-06-07 9:57 ` [PATCH v5 11/12] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board Christophe Roullier
2024-06-07 12:49 ` Marek Vasut
2024-06-07 9:57 ` [PATCH v5 12/12] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl support Christophe Roullier
2024-06-07 12:50 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=908c2e86-8255-4e76-8665-0b7d02853681@foss.st.com \
--to=christophe.roullier@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=joabreu@synopsys.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=marex@denx.de \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®