summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2022-09-20 20:25:47 +0300
committerDavid S. Miller <davem@davemloft.net>2022-09-23 12:24:58 +0300
commite8619b05870d509175492435d4b35b45f0e6c9c8 (patch)
treea2d107040b7251b7454060226f150f6639c8c699 /Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt
parentd56f9ddf972dda7496fc2b78cc1e042e1051458b (diff)
downloadlinux-e8619b05870d509175492435d4b35b45f0e6c9c8.tar.xz
dt-bindings: net: drop old mediatek bindings
Remove these old mediatek bindings which are not used. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt')
-rw-r--r--Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt b/Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt
deleted file mode 100644
index 358fed2fab43..000000000000
--- a/Documentation/devicetree/bindings/net/mediatek,mt7620-gsw.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Mediatek Gigabit Switch
-=======================
-
-The mediatek gigabit switch can be found on Mediatek SoCs (mt7620, mt7621).
-
-Required properties:
-- compatible: Should be "mediatek,mt7620-gsw" or "mediatek,mt7621-gsw"
-- reg: Address and length of the register set for the device
-- interrupts: Should contain the gigabit switches interrupt
-- resets: Should contain the gigabit switches resets
-- reset-names: Should contain the reset names "gsw"
-
-Example:
-
-gsw@10110000 {
- compatible = "ralink,mt7620-gsw";
- reg = <0x10110000 8000>;
-
- resets = <&rstctrl 23>;
- reset-names = "gsw";
-
- interrupt-parent = <&intc>;
- interrupts = <17>;
-};