[openwrt/openwrt] ramips: mt7621-dts: remove obsolete switch node
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 6 15:41:16 PDT 2021
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/93da2277987c3ada2f26f19b3dfaa664e4fc46bf
commit 93da2277987c3ada2f26f19b3dfaa664e4fc46bf
Author: DENG Qingfang <dqfext at gmail.com>
AuthorDate: Fri Jan 8 10:51:55 2021 +0800
ramips: mt7621-dts: remove obsolete switch node
This was for OpenWrt's swconfig driver, which never made it upstream,
and was also superseded by MT7530 DSA driver.
Reviewed-by: Sergio Paracuellos <sergio.paracuellos at gmail.com>
Signed-off-by: DENG Qingfang <dqfext at gmail.com>
Link: https://lore.kernel.org/r/20210108025155.31556-1-dqfext@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
target/linux/ramips/dts/mt7621.dtsi | 7 -------
1 file changed, 7 deletions(-)
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index 8d9a2e43ad..779d8c4da0 100644
--- a/target/linux/ramips/dts/mt7621.dtsi
+++ b/target/linux/ramips/dts/mt7621.dtsi
@@ -546,13 +546,6 @@
};
};
- gsw: gsw at 1e110000 {
- compatible = "mediatek,mt7621-gsw";
- reg = <0x1e110000 0x8000>;
- interrupt-parent = <&gic>;
- interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>;
- };
-
pcie: pcie at 1e140000 {
compatible = "mediatek,mt7621-pci";
reg = <0x1e140000 0x100 /* host-pci bridge registers */
More information about the lede-commits
mailing list