bmips: dts: dgnd3700: fix WAN port
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 15 Jun 2023 18:53:11 +0000 (20:53 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 15 Jun 2023 18:53:11 +0000 (20:53 +0200)
All switch ports are labeled as port@address so let's follow the same pattern.

Fixes: ed79519b8d89 ("bmips: add support for Netgear DGND3700 v1, DGND3800B")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi

index 7449455631060181e6566710d59b0f8dcb11e364..c878dd2cffa2b1062e11af9a1bd3124a6ab94e99 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       wan@0 {
+                       port@0 {
                                reg = <0>;
                                label = "wan";
                        };