diff options
| author | Álvaro Fernández Rojas | 2023-06-15 18:53:11 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2023-06-15 18:53:11 +0000 |
| commit | d9210c5ff797896317d1b6293a5ad768b7482cfe (patch) | |
| tree | 3941e6c1de0dd8e2d5a3d01039c9cb14e5f2a0d8 | |
| parent | 38ebb2eafde604ff6d9b0021d1d21208070a2d09 (diff) | |
| download | openwrt-d9210c5ff797896317d1b6293a5ad768b7482cfe.tar.gz | |
bmips: dts: dgnd3700: fix WAN port
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>
| -rw-r--r-- | target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi b/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi index 7449455631..c878dd2cff 100644 --- a/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi +++ b/target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi @@ -123,7 +123,7 @@ #address-cells = <1>; #size-cells = <0>; - wan@0 { + port@0 { reg = <0>; label = "wan"; }; |