From: Mathias Kresin Date: Wed, 22 Aug 2018 05:26:39 +0000 (+0200) Subject: ramips: fix rt3883 pci pinmux X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=dcdc6d9dadf2f97253f7891dacdd5b581d7914b4 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 --- 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"; }; }; };