From f6ab1f15666df5cbd3d03ac84e62bb67293f1258 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Wed, 1 Jan 2020 21:34:33 +0900 Subject: [PATCH] ramips: rt305x: remove unnecessary mediatek,portmap "#mediatek,portmap" is not a valid property name. If mediatek,portmap equals 0x0, then the esw driver ditches it and uses the default value, 0x3f. Signed-off-by: Sungbo Eo (cherry picked from commit f87281b2956110f10af9eb23fc6d327dfde7ab42) --- target/linux/ramips/dts/MR-102N.dts | 1 - target/linux/ramips/dts/ZL5900V2.dts | 1 - 2 files changed, 2 deletions(-) diff --git a/target/linux/ramips/dts/MR-102N.dts b/target/linux/ramips/dts/MR-102N.dts index ffb76e3bf4..e290bd60bb 100644 --- a/target/linux/ramips/dts/MR-102N.dts +++ b/target/linux/ramips/dts/MR-102N.dts @@ -117,7 +117,6 @@ &esw { status = "okay"; - #mediatek,portmap = <0x3e>; mediatek,portmap = <0x2f>; }; diff --git a/target/linux/ramips/dts/ZL5900V2.dts b/target/linux/ramips/dts/ZL5900V2.dts index d5d0ca3728..a59bb238bf 100644 --- a/target/linux/ramips/dts/ZL5900V2.dts +++ b/target/linux/ramips/dts/ZL5900V2.dts @@ -96,7 +96,6 @@ }; &esw { - mediatek,portmap = <0>; mediatek,portdisable = <0x2f>; }; -- 2.30.2