From: Marek Vasut Date: Sat, 18 Jan 2025 11:13:08 +0000 (+0100) Subject: arm64: dts: renesas: r8a779f0: Add labels for rswitch ports X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a4fdcbdcc4970f19f62658059294c2736e9f3776;p=users%2Fjedix%2Flinux-maple.git 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 Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/20250118111344.361617-1-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi index 054498e54730b..5457d527f9cd8 100644 --- a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi @@ -974,15 +974,15 @@ #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>; };