mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
arm64: dts: renesas: r8a779f0: Add labels for rswitch ports
Introduce labels for each rswitch port in the form 'rswitch_portN'. Those can be used to access rswitch port nodes directly, which is going to be useful in reducing DT indentation slightly as well as in the DT /aliases node to reference the rswitch ports as ethernetN interfaces. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250118111344.361617-1-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
f9b6e9976c
commit
a4fdcbdcc4
|
|
@ -974,15 +974,15 @@ ethernet-ports {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
rswitch_port0: port@0 {
|
||||
reg = <0>;
|
||||
phys = <ð_serdes 0>;
|
||||
};
|
||||
port@1 {
|
||||
rswitch_port1: port@1 {
|
||||
reg = <1>;
|
||||
phys = <ð_serdes 1>;
|
||||
};
|
||||
port@2 {
|
||||
rswitch_port2: port@2 {
|
||||
reg = <2>;
|
||||
phys = <ð_serdes 2>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user