[openwrt/openwrt] ramips: mt7621-dts: fix compatible string for mt7530 on TP-Link EAP615-Wall
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 3 05:18:03 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c6e412378ca93a6999a034af474474068aa720d8
commit c6e412378ca93a6999a034af474474068aa720d8
Author: Arınç ÜNAL <arinc.unal at arinc9.com>
AuthorDate: Thu Jan 26 22:17:40 2023 +0300
ramips: mt7621-dts: fix compatible string for mt7530 on TP-Link EAP615-Wall
The correct compatible string for the multi-chip module MT7530 switch in
MT7621AT, MT7621DAT and MT7621ST SoCs is mediatek,mt7621. Remove the
property on TP-Link EAP615-Wall which will default to the said string.
Fixes: a1b8a4d7b3ff ("ramips: support TP-Link EAP615-Wall")
Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
Signed-off-by: Arınç ÜNAL <arinc.unal at arinc9.com>
---
target/linux/ramips/dts/mt7621_tplink_eap615-wall-v1.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7621_tplink_eap615-wall-v1.dts b/target/linux/ramips/dts/mt7621_tplink_eap615-wall-v1.dts
index 594a9e7bb1..36809d48ff 100644
--- a/target/linux/ramips/dts/mt7621_tplink_eap615-wall-v1.dts
+++ b/target/linux/ramips/dts/mt7621_tplink_eap615-wall-v1.dts
@@ -173,7 +173,6 @@
};
&switch0 {
- compatible = "mediatek,mt7530";
ports {
port at 1 {
status = "okay";
More information about the lede-commits
mailing list