
Conor Dooley conor@kernel.org 于2024年3月12日周二 21:20写道:
On Tue, Mar 12, 2024 at 05:59:44PM +0800, Leo Liang wrote:
On Sun, Mar 10, 2024 at 01:56:45PM +0800, Kongyang Liu wrote:
Add ethernet node for cv1800b SoC
Signed-off-by: Kongyang Liu seashell11234455@gmail.com
arch/riscv/dts/cv18xx.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)
Hi KongYang,
Will there be a patch adding this ethernet node for kernel as well ?
It's highly like that the compatible of "cv1800b-ethernet" will be requested to be changed to "cv1800b-dwmac" to match the designware IP used in other SoCs.
I will change it in next version
The added node also looks suspiciously missing any clocks or interrupts.
If we only consider u-boot, since u-boot does not utilize interrupts and clocks, this code can function properly. However, if compatibility with the kernel is a concern, I will discuss this issue with who is working on Milk-V Duo Ethernet support for the kernel.
Best regards Kongyang Liu