mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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>
(cherry picked from commit f87281b295)
This commit is contained in:
parent
1d56a7b75d
commit
f6ab1f1566
2 changed files with 0 additions and 2 deletions
|
|
@ -117,7 +117,6 @@
|
|||
|
||||
&esw {
|
||||
status = "okay";
|
||||
#mediatek,portmap = <0x3e>;
|
||||
mediatek,portmap = <0x2f>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@
|
|||
};
|
||||
|
||||
&esw {
|
||||
mediatek,portmap = <0>;
|
||||
mediatek,portdisable = <0x2f>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue