diff options
author | Jorge Amorós <joramar76@yahoo.es> | 2017-09-09 11:30:03 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-09-10 08:30:23 +0200 |
commit | e2218ea14826db69619812c5a778fd53c9099e6f (patch) | |
tree | 86304c9699f63eda4214aed867e050d194705820 /target/linux/lantiq | |
parent | 31b5069a502e6b2e5755fbc728c400719cede77f (diff) | |
download | upstream-e2218ea14826db69619812c5a778fd53c9099e6f.tar.gz upstream-e2218ea14826db69619812c5a778fd53c9099e6f.tar.bz2 upstream-e2218ea14826db69619812c5a778fd53c9099e6f.zip |
lantiq: ARV7519RW22: enable PCIe
Enable PCIe to make the (still unsupported) WAVE300 wireless visible to
the system.
Signed-off-by: Jorge Amorós <joramar76@yahoo.es>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/dts/ARV7519RW22.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts index 36017b5d51..f31c03f451 100644 --- a/target/linux/lantiq/dts/ARV7519RW22.dts +++ b/target/linux/lantiq/dts/ARV7519RW22.dts @@ -91,7 +91,8 @@ }; pcie@d900000 { - status = "disabled"; + status = "okay"; + gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>; }; }; |