Skip to content
Snippets Groups Projects
Commit 06356f00 authored by Stijn Segers's avatar Stijn Segers Committed by Hauke Mehrtens
Browse files

ramips: overwrite reset gpio properties in DIR-860L DTS


As suggested by Sergio, this adds GPIOs 19 and 8 explicitly into the
DIR-860L DTS, so the PCI-E ports get reset and the N radio (radio1)
on PCI-E port 1 comes up reliably.

Fixes the following error that popped up in dmesg:

    [    1.638942] mt7621-pci 1e140000.pcie: pcie1 no card, disable it (RST & CLK)

Suggested-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarStijn Segers <foss@volatilesystems.org>
Reviewed-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
parent b5bc5381
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,9 @@
&pcie {
status = "okay";
reset-gpios = <&gpio 19 GPIO_ACTIVE_LOW>,
<&gpio 8 GPIO_ACTIVE_LOW>;
};
&pcie0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment