[openwrt/openwrt] bmips: dts: dgnd3700: fix WAN port

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 15 11:58:57 PDT 2023


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b073d6cf7a7116d92f3de4bb59124e3ed0466420

commit b073d6cf7a7116d92f3de4bb59124e3ed0466420
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Jun 15 20:53:11 2023 +0200

    bmips: dts: dgnd3700: fix WAN port
    
    All switch ports are labeled as port at 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 at gmail.com>
    (cherry picked from commit d9210c5ff797896317d1b6293a5ad768b7482cfe)
---
 target/linux/bmips/dts/bcm6368-netgear-dgnd3700.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 0 {
+			port at 0 {
 				reg = <0>;
 				label = "wan";
 			};




More information about the lede-commits mailing list