realtek: rtl838x: label switch port dts nodes
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Mon, 29 Aug 2022 14:25:55 +0000 (09:25 -0500)
committerSander Vanheule <sander@svanheule.net>
Tue, 13 Sep 2022 07:22:26 +0000 (09:22 +0200)
Although PHY nodes are labeled, the port nodes were not. Labeling of
ports is useful for 'status = "disabled"' ports, which is supported
since commit 9a7f17e11f5d ("realtek: ignore disabled switch ports")

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
target/linux/realtek/dts-5.10/rtl838x.dtsi

index f92af17ef10e0253ee007e24d45957112d62c473..256efb1c059b7913598fe90ea8df71ddbc3603c2 100644 (file)
@@ -37,7 +37,7 @@
        };
 
 #define SWITCH_PORT(n, s, m) \
-       port@##n { \
+       port##n: port@##n { \
                reg = <##n>; \
                label = SWITCH_PORT_LABEL(s) ; \
                phy-handle = <&phy##n>; \
@@ -45,7 +45,7 @@
        };
 
 #define SWITCH_SFP_PORT(n, s, m) \
-       port@##n { \
+       port##n: port@##n { \
                reg = <##n>; \
                label = SWITCH_PORT_LABEL(s) ; \
                phy-handle = <&phy##n>; \