[openwrt/openwrt] ramips: removing unnecessary compatibility for TP-Link Archer C2 v1
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 27 13:10:05 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ab853e157141cb92912c47177fff8d79b67b0724
commit ab853e157141cb92912c47177fff8d79b67b0724
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Thu Feb 15 21:58:31 2024 +0100
ramips: removing unnecessary compatibility for TP-Link Archer C2 v1
Removing: compatible = "rtl8367b"
This string is not used anywhere in the code.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
---
target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts b/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts
index 7ec18fe7fc..33642114cb 100644
--- a/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts
+++ b/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts
@@ -73,7 +73,7 @@
};
rtl8367rb {
- compatible = "realtek,rtl8367b", "rtl8367b";
+ compatible = "realtek,rtl8367b";
cpu_port = <6>;
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
mii-bus = <&mdio0>;
More information about the lede-commits
mailing list