mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ARM: dts: nuvoton: Use generic "ethernet" as node name
Common name for Ethernet controllers is "ethernet", not "eth", also recommended by Devicetree specification in "Generic Names Recommendation". Verified lack of impact using dtx_diff. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250717142301.92548-2-krzysztof.kozlowski@linaro.org Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
8f5ae30d69
commit
7686b441c0
|
|
@ -134,7 +134,7 @@ mc: memory-controller@f0824000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
gmac0: eth@f0802000 {
|
||||
gmac0: ethernet@f0802000 {
|
||||
device_type = "network";
|
||||
compatible = "snps,dwmac";
|
||||
reg = <0xf0802000 0x2000>;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ timer@3fe600 {
|
|||
};
|
||||
|
||||
ahb {
|
||||
gmac1: eth@f0804000 {
|
||||
gmac1: ethernet@f0804000 {
|
||||
device_type = "network";
|
||||
compatible = "snps,dwmac";
|
||||
reg = <0xf0804000 0x2000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user