Skip to content
Snippets Groups Projects
Unverified Commit c32835cc authored by Daniel Golle's avatar Daniel Golle
Browse files

mt7622: linksys-e8450: enable using mt7531 switch irq


Turns out the MT7531 switch IRQ line is connected to GPIO#53 just like
on the BPi-R64, so this seems to be part of the reference design and
will probably apply to most MT7622+MT7531 boards.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent 7323ef2f
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,10 @@ ...@@ -144,6 +144,10 @@
switch@0 { switch@0 {
compatible = "mediatek,mt7531"; compatible = "mediatek,mt7531";
reg = <0>; reg = <0>;
interrupt-controller;
#interrupt-cells = <1>;
interrupt-parent = <&pio>;
interrupts = <53 IRQ_TYPE_LEVEL_HIGH>;
reset-gpios = <&pio 54 0>; reset-gpios = <&pio 54 0>;
ports { ports {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment