From dcdc6d9dadf2f97253f7891dacdd5b581d7914b4 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 22 Aug 2018 07:26:39 +0200 Subject: [PATCH] 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 --- target/linux/ramips/dts/rt3883.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; }; -- 2.30.2