[source] lantiq: VR200v: enable PCI

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 9 03:24:47 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/31b5069a502e6b2e5755fbc728c400719cede77f

commit 31b5069a502e6b2e5755fbc728c400719cede77f
Author: Vittorio Alfieri <vittorio88 at gmail.com>
AuthorDate: Fri Sep 8 10:35:05 2017 +0000

    lantiq: VR200v: enable PCI
    
    Enable PCI to make the (still unsupported) WAVE300 wireless visible to
    the system.
    
    Signed-off-by: Vittorio Alfieri <vittorio88 at gmail.com>
---
 target/linux/lantiq/dts/VR200v.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/lantiq/dts/VR200v.dts b/target/linux/lantiq/dts/VR200v.dts
index 29d4279..11930ba 100644
--- a/target/linux/lantiq/dts/VR200v.dts
+++ b/target/linux/lantiq/dts/VR200v.dts
@@ -78,6 +78,11 @@
 			status = "okay";
 			gpios = <&gpio 33 GPIO_ACTIVE_HIGH>;
 		};
+
+		pci0: pci at E105400 {
+			status = "okay";
+			gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
+		};
 	};
 
 	gphy-xrx200 {



More information about the lede-commits mailing list