From: Alexander Sverdlin <alexander.sverdlin@gmail.com>
To: Inochi Amaoto <inochiama@gmail.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Chen Wang <unicorn_wang@outlook.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Alexandre Ghiti <alex@ghiti.fr>,
Richard Cochran <richardcochran@gmail.com>,
Yixun Lan <dlan@gentoo.org>,
Thomas Bonnefille <thomas.bonnefille@bootlin.com>,
Ze Huang <huangze@whut.edu.cn>
Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org,
sophgo@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-riscv@lists.infradead.org,
Longbin Li <looong.bin@gmail.com>
Subject: Re: [PATCH net-next RFC 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx
Date: Sat, 14 Jun 2025 23:01:43 +0200 [thread overview]
Message-ID: <7a4ceb2e0b75848c9400dc5a56007e6c46306cdc.camel@gmail.com> (raw)
In-Reply-To: <20250611080709.1182183-1-inochiama@gmail.com>
Thanks for the series Inochi!
On Wed, 2025-06-11 at 16:07 +0800, Inochi Amaoto wrote:
> Add device binding and dts for CV18XX series SoC, this dts change series
> require both the mdio patch [1] and the reset patch [2].
>
> [1] https://lore.kernel.org/all/20250611080228.1166090-1-inochiama@gmail.com
> [2] https://lore.kernel.org/all/20250611075321.1160973-1-inochiama@gmail.com
>
> Inochi Amaoto (3):
> dt-bindings: net: Add support for Sophgo CV1800 dwmac
> riscv: dts: sophgo: Add ethernet device for cv18xx
> riscv: dts: sophgo: Add mdio multiplexer device for cv18xx
Taking into account, whatever MII variation is implemented in the SoC
is always internal (and only MDIO part is multiplexed), can we add
phy-mode = "internal";
and
phy-handle = <&internal_ephy>;
right into cv180x.dtsi?
Boards can then enable the corresponding nodes if they wire RJ45 connector,
but I see no way how they could vary the MII connection.
>
> .../bindings/net/sophgo,cv1800b-dwmac.yaml | 113 ++++++++++++++++++
> arch/riscv/boot/dts/sophgo/cv180x.dtsi | 70 +++++++++++
> 2 files changed, 183 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/sophgo,cv1800b-dwmac.yaml
>
>
> base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
> prerequisite-patch-id: d5162144180458b11587ebd4ad24e5e3f62b0caf
> prerequisite-patch-id: 9e1992d2ec3c81fbcc463ff7397168fc2acbbf1b
> prerequisite-patch-id: ab3ca8c9cda888f429945fb0283145122975b734
> prerequisite-patch-id: bd94f8bd3d4ce4f3b153cbb36a3896c5dc143c17
> prerequisite-patch-id: 1b73196566058718471def62bc215d2f319513c3
> prerequisite-patch-id: 54157303203826ccf91e985458c4ae7bcdd9b2ba
> --
> 2.49.0
--
Alexander Sverdlin.
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-06-14 21:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-11 8:07 [PATCH net-next RFC 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx Inochi Amaoto
2025-06-11 8:07 ` [PATCH net-next RFC 1/3] dt-bindings: net: Add support for Sophgo CV1800 dwmac Inochi Amaoto
2025-06-12 16:08 ` Conor Dooley
2025-06-11 8:07 ` [PATCH net-next RFC 2/3] riscv: dts: sophgo: Add ethernet device for cv18xx Inochi Amaoto
2025-06-11 8:07 ` [PATCH net-next RFC 3/3] riscv: dts: sophgo: Add mdio multiplexer " Inochi Amaoto
2025-06-11 10:12 ` [PATCH net-next RFC 0/3] riscv: dts: sophgo: Add ethernet support " Chen Wang
2025-06-11 10:18 ` Inochi Amaoto
2025-06-14 21:01 ` Alexander Sverdlin [this message]
2025-06-14 21:52 ` Alexander Sverdlin
2025-06-14 22:20 ` Andrew Lunn
2025-06-14 22:34 ` Alexander Sverdlin
2025-06-15 1:53 ` Inochi Amaoto
2025-06-14 21:19 ` Alexander Sverdlin
2025-06-16 0:55 ` Inochi Amaoto
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=7a4ceb2e0b75848c9400dc5a56007e6c46306cdc.camel@gmail.com \
--to=alexander.sverdlin@gmail.com \
--cc=alex@ghiti.fr \
--cc=andrew+netdev@lunn.ch \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dlan@gentoo.org \
--cc=edumazet@google.com \
--cc=huangze@whut.edu.cn \
--cc=inochiama@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=looong.bin@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=richardcochran@gmail.com \
--cc=robh@kernel.org \
--cc=sophgo@lists.linux.dev \
--cc=thomas.bonnefille@bootlin.com \
--cc=unicorn_wang@outlook.com \
/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