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 <mans0n@gorani.run>
This commit is contained in:
parent
7a387bf9a0
commit
f87281b295
2 changed files with 0 additions and 2 deletions
|
@ -115,7 +115,6 @@
|
||||||
|
|
||||||
&esw {
|
&esw {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
#mediatek,portmap = <0x3e>;
|
|
||||||
mediatek,portmap = <0x2f>;
|
mediatek,portmap = <0x2f>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&esw {
|
&esw {
|
||||||
mediatek,portmap = <0>;
|
|
||||||
mediatek,portdisable = <0x2f>;
|
mediatek,portdisable = <0x2f>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue