aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-08-22 07:26:39 +0200
committerMathias Kresin <dev@kresin.me>2018-08-29 21:00:58 +0200
commitdcdc6d9dadf2f97253f7891dacdd5b581d7914b4 (patch)
tree47be2b2a57c00a7e1842b3d5ae01c079389679ae /target
parent5ebcd32997b6d10abcd29c8795a598fdcaf4521d (diff)
downloadupstream-dcdc6d9dadf2f97253f7891dacdd5b581d7914b4.tar.gz
upstream-dcdc6d9dadf2f97253f7891dacdd5b581d7914b4.tar.bz2
upstream-dcdc6d9dadf2f97253f7891dacdd5b581d7914b4.zip
ramips: fix rt3883 pci pinmux
The PCI pins need to be set to "PCI Host support one device" to allow the use of one PCI device and flash memory. The pci-fnc function is intended to be used if no PCI is used but flash, nand or the codec functionality is. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/rt3883.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi
index 7980748c19..3e1e31c749 100644
--- a/target/linux/ramips/dts/rt3883.dtsi
+++ b/target/linux/ramips/dts/rt3883.dtsi
@@ -310,7 +310,7 @@
pci_pins: pci {
pci {
ralink,group = "pci";
- ralink,function = "pci-fnc";
+ ralink,function = "pci-host1";
};
};
};