forked from mirror/openwrt
Quite a few `fiilogic` devices use the `mt7531` switch.
Some of them have a DT node that looks like:
```
switch: switch@0 {
compatible = "mediatek,mt7531";
reg = <31>;
...
};
```
This commit changes the DT node name to `switch@1f`.
Signed-off-by: Rani Hod <rani.hod@gmail.com>
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| files/drivers/net/phy/rtk | ||
| files-5.15 | ||
| files-6.1 | ||
| filogic | ||
| image | ||
| mt7622 | ||
| mt7623 | ||
| mt7629 | ||
| patches-5.15 | ||
| patches-6.1 | ||
| Makefile | ||
| modules.mk | ||