diff options
author | Vittorio Alfieri <vittorio88@gmail.com> | 2017-09-08 10:35:05 +0000 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-09-09 10:05:05 +0200 |
commit | 31b5069a502e6b2e5755fbc728c400719cede77f (patch) | |
tree | 2477310aab3af1805ec98bcef30e5ad55ecd667a /target/linux/lantiq/dts | |
parent | 991681cf4946b493048c8ea1cb6227d961b2024d (diff) | |
download | upstream-31b5069a502e6b2e5755fbc728c400719cede77f.tar.gz upstream-31b5069a502e6b2e5755fbc728c400719cede77f.tar.bz2 upstream-31b5069a502e6b2e5755fbc728c400719cede77f.zip |
lantiq: VR200v: enable PCI
Enable PCI to make the (still unsupported) WAVE300 wireless visible to
the system.
Signed-off-by: Vittorio Alfieri <vittorio88@gmail.com>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VR200v.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VR200v.dts b/target/linux/lantiq/dts/VR200v.dts index 29d4279a6c..11930ba676 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@E105400 { + status = "okay"; + gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>; + }; }; gphy-xrx200 { |