Browse Source

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 <[email protected]>
Sungbo Eo 6 years ago
parent
commit
f87281b295

+ 0 - 1
target/linux/ramips/dts/rt3052_aximcom_mr-102n.dts

@@ -115,7 +115,6 @@
 
 &esw {
 	status = "okay";
-	#mediatek,portmap = <0x3e>;
 	mediatek,portmap = <0x2f>;
 };
 

+ 0 - 1
target/linux/ramips/dts/rt5350_zorlik_zl5900v2.dts

@@ -94,7 +94,6 @@
 };
 
 &esw {
-	mediatek,portmap = <0>;
 	mediatek,portdisable = <0x2f>;
 };