mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ARM: dts: ti: omap4: 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://lore.kernel.org/r/20250717142212.92333-2-krzysztof.kozlowski@linaro.org Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
8f5ae30d69
commit
7c3e113ef0
|
|
@ -467,7 +467,7 @@ &mcspi1 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mcspi1_pins>;
|
||||
|
||||
eth@0 {
|
||||
ethernet@0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ks8851_pins>;
|
||||
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ &mcspi1 {
|
|||
pinctrl-0 = <&mcspi1_pins>;
|
||||
status = "okay";
|
||||
|
||||
eth@0 {
|
||||
ethernet@0 {
|
||||
compatible = "ks8851";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ks8851_irq_pins>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user