projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebcd32
)
ramips: fix rt3883 pci pinmux
author
Mathias Kresin
<dev@kresin.me>
Wed, 22 Aug 2018 05:26:39 +0000
(07:26 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 29 Aug 2018 19:00:58 +0000
(21:00 +0200)
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>
target/linux/ramips/dts/rt3883.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/rt3883.dtsi
b/target/linux/ramips/dts/rt3883.dtsi
index 7980748c1951a9c71e9639262cf95a447c346eaf..3e1e31c74955161eaefbc6d99cf5094879f5011c 100644
(file)
--- 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
";
};
};
};